We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e205691 commit d4a8690Copy full SHA for d4a8690
Gemfile
@@ -2,6 +2,8 @@ source 'https://rubygems.org'
2
3
# Need 3+ for ActiveSupport::Concern
4
gem 'activesupport', '>= 3.0.0'
5
+# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)
6
+gem 'bcrypt'
7
# Needed for some admin modules (scrutinizer_add_user.rb)
8
gem 'json'
9
# Needed by msfgui and other rpc components
0 commit comments