From 8c0e8924558cf336f2a4d9e5bc2531ead79e4e3e Mon Sep 17 00:00:00 2001 From: David Maloney Date: Tue, 3 Mar 2015 18:34:50 -0600 Subject: [PATCH] update metasploit-credential to get new model update version of metasploit-credential in order to get the PostgresMD5 hash subtype MSP-12244 --- metasploit-framework-db.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metasploit-framework-db.gemspec b/metasploit-framework-db.gemspec index d6647b2356..cdf6ea2445 100644 --- a/metasploit-framework-db.gemspec +++ b/metasploit-framework-db.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION # Metasploit::Credential database models - spec.add_runtime_dependency 'metasploit-credential', '~> 0.14.0' + spec.add_runtime_dependency 'metasploit-credential', '~> 0.14.1' # Database models shared between framework and Pro. spec.add_runtime_dependency 'metasploit_data_models', '~> 0.23.0' # depend on metasploit-framewrok as the optional gems are useless with the actual code