diff options
author | T.J. Schuck <tj@getharvest.com> | 2014-02-21 15:58:09 -0500 |
---|---|---|
committer | T.J. Schuck <tj@getharvest.com> | 2014-02-25 09:52:32 -0500 |
commit | 53f1ab523bbf4f1764e3e24f26c4ed1db61b69e7 (patch) | |
tree | 17ea353cd0715cc7350989f649253588cfd3286e /guides/code/getting_started/Gemfile | |
parent | 6d35190bad0b054c9a1f4c736dc4dda32a7ebc91 (diff) | |
download | rails-53f1ab523bbf4f1764e3e24f26c4ed1db61b69e7.tar.gz rails-53f1ab523bbf4f1764e3e24f26c4ed1db61b69e7.tar.bz2 rails-53f1ab523bbf4f1764e3e24f26c4ed1db61b69e7.zip |
Bump version of bcrypt gem
Diffstat (limited to 'guides/code/getting_started/Gemfile')
-rw-r--r-- | guides/code/getting_started/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/Gemfile b/guides/code/getting_started/Gemfile index ecb6e7aa1a..c3d7e96c4d 100644 --- a/guides/code/getting_started/Gemfile +++ b/guides/code/getting_started/Gemfile @@ -27,7 +27,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc gem 'spring', group: :development # Use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.1.2' +# gem 'bcrypt', '~> 3.1.7' # Use unicorn as the app server # gem 'unicorn' |