Skip to content

Commit 7d37756

Browse files
David MaloneyDavid Maloney
authored andcommitted
pull latest version of Metasploit-Credential
fixes multi-threaded handling of uniqueness validations around credential objects MSP-11757
1 parent 5f2de2e commit 7d37756

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.3'
34+
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.6'
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)