Fix bcrypt gem name

This commit is contained in:
Ramon de C Valle 2013-12-18 16:51:57 -02:00
parent b9a9b90088
commit 166e2ec224
1 changed files with 1 additions and 1 deletions

View File

@ -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'
gem 'bcrypt-ruby'
# Needed for some admin modules (scrutinizer_add_user.rb)
gem 'json'
# Needed by msfgui and other rpc components