Skip to content

Commit a626c45

Browse files
David MaloneyDavid Maloney
authored andcommitted
update gemspec for newest credential
we need the latest metasploit-credential to migrate over any old style creds still lingering around in the database. MSP-11919
1 parent fc91244 commit a626c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metasploit-framework-db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929

3030
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION
3131
# Metasploit::Credential database models
32-
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.8'
32+
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.9'
3333
# Database models shared between framework and Pro.
3434
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.3'
3535
# depend on metasploit-framewrok as the optional gems are useless with the actual code

0 commit comments

Comments
 (0)