Skip to content

Commit 166e2ec

Browse files
committed
Fix bcrypt gem name
1 parent b9a9b90 commit 166e2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
# Need 3+ for ActiveSupport::Concern
44
gem 'activesupport', '>= 3.0.0'
55
# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)
6-
gem 'bcrypt'
6+
gem 'bcrypt-ruby'
77
# Needed for some admin modules (scrutinizer_add_user.rb)
88
gem 'json'
99
# Needed by msfgui and other rpc components

0 commit comments

Comments
 (0)