We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbb26b commit 129e579Copy full SHA for 129e579
metasploit-framework-db.gemspec
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
# Metasploit::Credential database models
32
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.8'
33
# Database models shared between framework and Pro.
34
- spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.3'
+ spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.4'
35
# depend on metasploit-framewrok as the optional gems are useless with the actual code
36
spec.add_runtime_dependency 'metasploit-framework', "= #{spec.version}"
37
# Needed for module caching in Mdm::ModuleDetails
0 commit comments