Skip to content

Commit 504d52c

Browse files
David MaloneyDavid Maloney
authored andcommitted
new version bump
going with 0.16.0 for this update
1 parent 64bc6b5 commit 504d52c

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.15.2'
18+
gem 'metasploit_data_models', '~> 0.16.0'
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
@@ -23,7 +23,7 @@ GEM
2323
i18n (0.6.1)
2424
json (1.7.7)
2525
metaclass (0.0.1)
26-
metasploit_data_models (0.15.2)
26+
metasploit_data_models (0.16.0)
2727
activerecord (>= 3.2.13)
2828
activesupport
2929
pg
@@ -65,7 +65,7 @@ DEPENDENCIES
6565
database_cleaner
6666
factory_girl (>= 4.1.0)
6767
json
68-
metasploit_data_models (~> 0.15.2)
68+
metasploit_data_models (~> 0.16.0)
6969
msgpack
7070
nokogiri
7171
pcaprub

0 commit comments

Comments
 (0)