Skip to content

Commit 8a1f701

Browse files
committed
Land rapid7#2795 - Increment MDM version to 0.16.9
2 parents 2cc4fa3 + 1599d9a commit 8a1f701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :db do
1919
# Needed for Msf::DbManager
2020
gem 'activerecord'
2121
# Database models shared between framework and Pro.
22-
gem 'metasploit_data_models', '~> 0.16.6'
22+
gem 'metasploit_data_models', '~> 0.16.9'
2323
# Needed for module caching in Mdm::ModuleDetails
2424
gem 'pg', '>= 0.11'
2525
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GEM
2222
fivemat (1.2.1)
2323
i18n (0.6.5)
2424
json (1.8.0)
25-
metasploit_data_models (0.16.6)
25+
metasploit_data_models (0.16.9)
2626
activerecord (>= 3.2.13)
2727
activesupport
2828
pg
@@ -67,7 +67,7 @@ DEPENDENCIES
6767
factory_girl (>= 4.1.0)
6868
fivemat (= 1.2.1)
6969
json
70-
metasploit_data_models (~> 0.16.6)
70+
metasploit_data_models (~> 0.16.9)
7171
msgpack
7272
network_interface (~> 0.0.1)
7373
nokogiri

0 commit comments

Comments
 (0)