Skip to content

Commit d4a8690

Browse files
committed
Add the bcrypt gem
The bcrypt gem is needed for some admin modules (i.e., cfme_manageiq_evm_pass_reset.rb). For more information, see rapid7#2744.
1 parent e205691 commit d4a8690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ source 'https://rubygems.org'
22

33
# Need 3+ for ActiveSupport::Concern
44
gem 'activesupport', '>= 3.0.0'
5+
# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)
6+
gem 'bcrypt'
57
# Needed for some admin modules (scrutinizer_add_user.rb)
68
gem 'json'
79
# Needed by msfgui and other rpc components

0 commit comments

Comments
 (0)