Skip to content

Commit f8af435

Browse files
committed
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.
1 parent 1a10b21 commit f8af435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :db do
77
# Needed for Msf::DbManager
88
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
99
# Metasploit::Credential database models
10-
gem 'metasploit-credential', '>= 0.7.9.pre.core.pre.search', '< 0.7.10'
10+
gem 'metasploit-credential', '>= 0.7.9.pre.core.pre.search', '< 0.8'
1111
# Database models shared between framework and Pro.
1212
gem 'metasploit_data_models', '>= 0.18.0', '< 0.19'
1313
# Needed for module caching in Mdm::ModuleDetails

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ DEPENDENCIES
156156
factory_girl (>= 4.1.0)
157157
factory_girl_rails
158158
fivemat (= 1.2.1)
159-
metasploit-credential (>= 0.7.9.pre.core.pre.search, < 0.7.10)
159+
metasploit-credential (>= 0.7.9.pre.core.pre.search, < 0.8)
160160
metasploit-framework!
161161
metasploit_data_models (>= 0.18.0, < 0.19)
162162
network_interface (~> 0.0.1)

0 commit comments

Comments
 (0)