From 8d6ba0e775ccdd84d9b88a378794111b9636a1bc Mon Sep 17 00:00:00 2001 From: David Maloney Date: Wed, 4 Mar 2015 14:58:49 -0600 Subject: [PATCH] fix transient factory bug pulled re-released metasploit-credential to fix bug by a hidden change to factories MSP-1244 --- Gemfile.lock | 4 ++-- metasploit-framework-db.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 014620fcb3..747550796d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ PATH tzinfo metasploit-framework-db (4.11.0.pre.dev) activerecord (>= 3.2.21, < 4.0.0) - metasploit-credential (~> 0.14.1) + metasploit-credential (~> 0.14.2) metasploit-framework (= 4.11.0.pre.dev) metasploit_data_models (~> 0.23.0) pg (>= 0.11) @@ -112,7 +112,7 @@ GEM metasploit-concern (0.3.0) activesupport (~> 3.0, >= 3.0.0) railties (< 4.0.0) - metasploit-credential (0.14.1) + metasploit-credential (0.14.2) metasploit-concern (~> 0.3.0) metasploit-model (~> 0.29.0) metasploit_data_models (~> 0.23.0) diff --git a/metasploit-framework-db.gemspec b/metasploit-framework-db.gemspec index cdf6ea2445..1ce2b27901 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.1' + spec.add_runtime_dependency 'metasploit-credential', '~> 0.14.2' # 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