Skip to content

Commit 867bf34

Browse files
committed
bump mdm to 1.2.8
MSP-13273
1 parent 3f556c6 commit 867bf34

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PATH
2525
activerecord (>= 4.0.9, < 4.1.0)
2626
metasploit-credential (= 1.0.1)
2727
metasploit-framework (= 4.11.4)
28-
metasploit_data_models (= 1.2.7)
28+
metasploit_data_models (= 1.2.8)
2929
pg (>= 0.11)
3030
metasploit-framework-pcap (4.11.4)
3131
metasploit-framework (= 4.11.4)
@@ -126,7 +126,7 @@ GEM
126126
activesupport (>= 4.0.9, < 4.1.0)
127127
railties (>= 4.0.9, < 4.1.0)
128128
metasploit-payloads (1.0.15)
129-
metasploit_data_models (1.2.7)
129+
metasploit_data_models (1.2.8)
130130
activerecord (>= 4.0.9, < 4.1.0)
131131
activesupport (>= 4.0.9, < 4.1.0)
132132
arel-helpers
@@ -251,3 +251,6 @@ DEPENDENCIES
251251
simplecov
252252
timecop
253253
yard
254+
255+
BUNDLED WITH
256+
1.10.6

metasploit-framework-db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
# Metasploit::Credential database models
3232
spec.add_runtime_dependency 'metasploit-credential', '1.0.1'
3333
# Database models shared between framework and Pro.
34-
spec.add_runtime_dependency 'metasploit_data_models', '1.2.7'
34+
spec.add_runtime_dependency 'metasploit_data_models', '1.2.8'
3535
# depend on metasploit-framewrok as the optional gems are useless with the actual code
3636
spec.add_runtime_dependency 'metasploit-framework', "= #{spec.version}"
3737
# Needed for module caching in Mdm::ModuleDetails

0 commit comments

Comments
 (0)