Skip to content

Commit 8119468

Browse files
author
HD Moore
committed
Require MDM >= 0.17.2 for Recog support
1 parent 1d20508 commit 8119468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ gem 'recog', :git => '[email protected]:rapid7/recog.git'
2222
group :db do
2323
# Needed for Msf::DbManager
2424
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
25-
# Database models shared between framework and Pro. (using the Recog fork)
26-
gem 'metasploit_data_models', :git => '[email protected]:hmoore-r7/metasploit_data_models.git'
25+
# Database models shared between framework and Pro
26+
gem 'metasploit_data_models', '>= 0.17.2'
2727
# Needed for module caching in Mdm::ModuleDetails
2828
gem 'pg', '>= 0.11'
2929
end

0 commit comments

Comments
 (0)