Skip to content

Commit 2ac8727

Browse files
committed
Bumps MDM version to latest. Depends on
rapid7/metasploit_data_models#15 being landed.
1 parent 01d790e commit 2ac8727

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
@@ -15,7 +15,7 @@ group :db do
1515
# Needed for Msf::DbManager
1616
gem 'activerecord'
1717
# Database models shared between framework and Pro.
18-
gem 'metasploit_data_models', '~> 0.6.14'
18+
gem 'metasploit_data_models', '~> 0.6.15'
1919
# Needed for module caching in Mdm::ModuleDetails
2020
gem 'pg', '>= 0.11'
2121
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
activesupport (>= 3.0.0)
2121
i18n (0.6.1)
2222
json (1.7.7)
23-
metasploit_data_models (0.6.14)
23+
metasploit_data_models (0.6.15)
2424
activerecord (>= 3.2.13)
2525
activesupport
2626
pg
@@ -56,7 +56,7 @@ DEPENDENCIES
5656
database_cleaner
5757
factory_girl (>= 4.1.0)
5858
json
59-
metasploit_data_models (~> 0.6.14)
59+
metasploit_data_models (~> 0.6.15)
6060
msgpack
6161
nokogiri
6262
pcaprub

0 commit comments

Comments
 (0)