mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Fix version restrictions on metasploit-credential
MSP-10029 The '<' version should have been '0.8' and not '0.7.10' because '0.8' is the next incompatible version number.
This commit is contained in:
parent
1a10b21e7f
commit
f8af435df6
2
Gemfile
2
Gemfile
@ -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.9.pre.core.pre.search', '< 0.7.10'
|
||||
gem 'metasploit-credential', '>= 0.7.9.pre.core.pre.search', '< 0.8'
|
||||
# Database models shared between framework and Pro.
|
||||
gem 'metasploit_data_models', '>= 0.18.0', '< 0.19'
|
||||
# Needed for module caching in Mdm::ModuleDetails
|
||||
|
@ -156,7 +156,7 @@ DEPENDENCIES
|
||||
factory_girl (>= 4.1.0)
|
||||
factory_girl_rails
|
||||
fivemat (= 1.2.1)
|
||||
metasploit-credential (>= 0.7.9.pre.core.pre.search, < 0.7.10)
|
||||
metasploit-credential (>= 0.7.9.pre.core.pre.search, < 0.8)
|
||||
metasploit-framework!
|
||||
metasploit_data_models (>= 0.18.0, < 0.19)
|
||||
network_interface (~> 0.0.1)
|
||||
|
Loading…
Reference in New Issue
Block a user