Skip to content

Commit 9c13183

Browse files
David MaloneyDavid Maloney
authored andcommitted
use latest credential gem
this fixes issues with post modules trying to set a Login's status back to UNTRIED after it has already been tried MSP-11782
1 parent 47c38ed commit 9c13183

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
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131

3232
spec.add_runtime_dependency 'activerecord', rails_version_constraint
3333
# Metasploit::Credential database models
34-
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.6'
34+
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.7'
3535
# Database models shared between framework and Pro.
3636
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.1'
3737
# depend on metasploit-framewrok as the optional gems are useless with the actual code

0 commit comments

Comments
 (0)