aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/Gemfile
diff options
context:
space:
mode:
authorBurkhard Vogel-Kreykenbohm <b.vogel@buddyandselly.com>2013-07-17 11:49:47 +0200
committerBurkhard Vogel-Kreykenbohm <b.vogel@buddyandselly.com>2013-07-17 16:39:07 +0200
commitad62cf68f89506b0a5074fec8e08d104865aa0ee (patch)
treec45ce8698a18c6727e9e02381364f4859e6a0641 /guides/code/getting_started/Gemfile
parent74722d66d332d1d768459d8b510cc082fe3d5618 (diff)
downloadrails-ad62cf68f89506b0a5074fec8e08d104865aa0ee.tar.gz
rails-ad62cf68f89506b0a5074fec8e08d104865aa0ee.tar.bz2
rails-ad62cf68f89506b0a5074fec8e08d104865aa0ee.zip
bcrypt-ruby stable is 3.1
Diffstat (limited to 'guides/code/getting_started/Gemfile')
-rw-r--r--guides/code/getting_started/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/Gemfile b/guides/code/getting_started/Gemfile
index acd2ed5160..3d57012901 100644
--- a/guides/code/getting_started/Gemfile
+++ b/guides/code/getting_started/Gemfile
@@ -31,7 +31,7 @@ end
gem 'jbuilder', '~> 1.2'
# To use ActiveModel has_secure_password
-# gem 'bcrypt-ruby', '~> 3.0.0'
+# gem 'bcrypt-ruby', '~> 3.1.0'
# Use unicorn as the app server
# gem 'unicorn'