update metasploit-credential to get new model

update version of metasploit-credential in order
to get the PostgresMD5 hash subtype

MSP-12244
This commit is contained in:
David Maloney 2015-03-03 18:34:50 -06:00
parent 199c3ba96c
commit 8c0e892455
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
1 changed files with 1 additions and 1 deletions

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