1
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:
Luke Imhoff 2014-07-21 19:44:20 -05:00
parent 1a10b21e7f
commit f8af435df6
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
2 changed files with 2 additions and 2 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.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

View File

@ -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)