fix transient factory bug

pulled re-released metasploit-credential to fix
bug by a hidden change to factories

MSP-1244
bug/bundler_fix
David Maloney 2015-03-04 14:58:49 -06:00
parent 7fa8e4faae
commit 8d6ba0e775
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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