Skip to content

Commit 129e579

Browse files
David MaloneyDavid Maloney
authored andcommitted
update gemspec for newest mdm
this pulls latest mdm version into framework which adds a uniqness validation to Service MSP-11643
1 parent bdbb26b commit 129e579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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', '~> 0.13.8'
3333
# Database models shared between framework and Pro.
34-
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.3'
34+
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.4'
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)