Skip to content

Commit 8f39590

Browse files
author
HD Moore
committed
Framework is currently pegged to 0.17.0. Closes rapid7#3495
1 parent 5961861 commit 8f39590

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
@@ -23,7 +23,7 @@ group :db do
2323
# Needed for Msf::DbManager
2424
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
2525
# Database models shared between framework and Pro.
26-
gem 'metasploit_data_models', '~> 0.17.0'
26+
gem 'metasploit_data_models', '0.17.0'
2727
# Needed for module caching in Mdm::ModuleDetails
2828
gem 'pg', '>= 0.11'
2929
end

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ DEPENDENCIES
6969
factory_girl (>= 4.1.0)
7070
fivemat (= 1.2.1)
7171
json
72-
metasploit_data_models (~> 0.17.0)
72+
metasploit_data_models (= 0.17.0)
7373
msgpack
7474
network_interface (~> 0.0.1)
7575
nokogiri

0 commit comments

Comments
 (0)