Add metasploit-model as a direct dependency

MSP-10905

Metasploit::Model constants need to be accessible without the db group
installed.
bug/bundler_fix
Luke Imhoff 2014-07-29 13:55:56 -05:00
parent 533d0be2fb
commit 539817fddb
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ PATH
activesupport (>= 3.0.0, < 4.0.0)
bcrypt
json
metasploit-model (~> 0.25.6)
meterpreter_bins (= 0.0.6)
msgpack
nokogiri

View File

@ -55,6 +55,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'bcrypt'
# Needed for some admin modules (scrutinizer_add_user.rb)
spec.add_runtime_dependency 'json'
# Metasploit::Model constant used with and without database gems
spec.add_runtime_dependency 'metasploit-model', '~> 0.25.6'
# Needed for Meterpreter on Windows, soon others.
spec.add_runtime_dependency 'meterpreter_bins', '0.0.6'
# Needed by msfgui and other rpc components