diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-07-17 09:51:39 -0700 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-07-17 09:51:39 -0700 |
commit | e1595c2cad558bf2edc52fe73483387caa31a046 (patch) | |
tree | 67a094593b9308b63efd34f093e1be2add3d9bd2 /guides | |
parent | 1a58ac60d92110cc9a83c976ac1fbd7bfd071966 (diff) | |
parent | ad62cf68f89506b0a5074fec8e08d104865aa0ee (diff) | |
download | rails-e1595c2cad558bf2edc52fe73483387caa31a046.tar.gz rails-e1595c2cad558bf2edc52fe73483387caa31a046.tar.bz2 rails-e1595c2cad558bf2edc52fe73483387caa31a046.zip |
Merge pull request #11469 from bvogel/master
Update bcrypt-ruby stable version to 3.1
Diffstat (limited to 'guides')
-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 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' |