aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-04-07 08:35:02 +0900
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-04-09 19:25:11 -0300
commit7008dfba6660d71463d0b82b20ac70e652174325 (patch)
tree1b2192d79107081a9b1108692921398bc5ee1bd7 /Gemfile
parente8655fa6b938d5c9d39d021be9ccef4f18c95b50 (diff)
downloadrails-7008dfba6660d71463d0b82b20ac70e652174325.tar.gz
rails-7008dfba6660d71463d0b82b20ac70e652174325.tar.bz2
rails-7008dfba6660d71463d0b82b20ac70e652174325.zip
Gemfile: temporay pin "bcrypt" version and run "bundle update bcrypt" on Linux
Related: #19617, #19187, #19533, #19689, #19675. This is POC (Proof Of Concept) which bundler does not remove mingw lines. https://github.com/rails/rails/pull/19617#issuecomment-90293795
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0d2498a79e..ddaaacdc59 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,7 +22,7 @@ gem 'sprockets', '~> 3.0.0.rc.1'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)
# being dependent on a binary library.
-gem 'bcrypt', '~> 3.1.7', require: false
+gem 'bcrypt', '~> 3.1.10', require: false
# This needs to be with require false to avoid
# it being automatically loaded by sprockets