Skip to content

Commit

Permalink
Use the new bcrypt gem, not bcrypt-ruby
Browse files Browse the repository at this point in the history
See the change upstream at:

bcrypt-ruby/bcrypt-ruby@273946f

Reported by @zerochaos
  • Loading branch information
Tod Beardsley committed Apr 18, 2014
1 parent 32293df commit af19efb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Need 3+ for ActiveSupport::Concern
gem 'activesupport', '>= 3.0.0'
# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)
gem 'bcrypt-ruby'
gem 'bcrypt'
# Needed for some admin modules (scrutinizer_add_user.rb)
gem 'json'
# Needed by msfgui and other rpc components
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.1.2)
bcrypt (3.1.7)
builder (3.0.4)
database_cleaner (1.1.1)
diff-lcs (1.2.4)
Expand Down Expand Up @@ -63,7 +63,7 @@ PLATFORMS
DEPENDENCIES
activerecord
activesupport (>= 3.0.0)
bcrypt-ruby
bcrypt
database_cleaner
factory_girl (>= 4.1.0)
fivemat (= 1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Files: arel
Copyright: 2007-2010 Nick Kallen, Bryan Helmkamp, Emilio Tagua, Aaron Patterson
License: MIT

Files: bcrypt-ruby
Files: bcrypt
Copyright: 2007-2011 Coda Hale
License: MIT

Expand Down

0 comments on commit af19efb

Please sign in to comment.