Use metasploit-credential with association search

MSP-10029
bug/bundler_fix
Luke Imhoff 2014-07-21 13:39:17 -05:00
parent a4e5c36de5
commit 1a10b21e7f
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ group :db do
# Needed for Msf::DbManager
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
# Metasploit::Credential database models
gem 'metasploit-credential', '~> 0.7.8'
gem 'metasploit-credential', '>= 0.7.9.pre.core.pre.search', '< 0.7.10'
# Database models shared between framework and Pro.
gem 'metasploit_data_models', '>= 0.18.0', '< 0.19'
# Needed for module caching in Mdm::ModuleDetails

View File

@ -58,7 +58,7 @@ GEM
json (1.8.1)
metasploit-concern (0.1.1)
activesupport (~> 3.0, >= 3.0.0)
metasploit-credential (0.7.8)
metasploit-credential (0.7.9.pre.core.pre.search)
metasploit-concern (~> 0.1.0)
metasploit-model (>= 0.25.6)
metasploit_data_models (>= 0.18.0.pre.compatibility, < 0.19)
@ -156,7 +156,7 @@ DEPENDENCIES
factory_girl (>= 4.1.0)
factory_girl_rails
fivemat (= 1.2.1)
metasploit-credential (~> 0.7.8)
metasploit-credential (>= 0.7.9.pre.core.pre.search, < 0.7.10)
metasploit-framework!
metasploit_data_models (>= 0.18.0, < 0.19)
network_interface (~> 0.0.1)