Skip to content

Commit 8d6ba0e

Browse files
David MaloneyDavid Maloney
authored andcommitted
fix transient factory bug
pulled re-released metasploit-credential to fix bug by a hidden change to factories MSP-1244
1 parent 7fa8e4f commit 8d6ba0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PATH
2222
tzinfo
2323
metasploit-framework-db (4.11.0.pre.dev)
2424
activerecord (>= 3.2.21, < 4.0.0)
25-
metasploit-credential (~> 0.14.1)
25+
metasploit-credential (~> 0.14.2)
2626
metasploit-framework (= 4.11.0.pre.dev)
2727
metasploit_data_models (~> 0.23.0)
2828
pg (>= 0.11)
@@ -112,7 +112,7 @@ GEM
112112
metasploit-concern (0.3.0)
113113
activesupport (~> 3.0, >= 3.0.0)
114114
railties (< 4.0.0)
115-
metasploit-credential (0.14.1)
115+
metasploit-credential (0.14.2)
116116
metasploit-concern (~> 0.3.0)
117117
metasploit-model (~> 0.29.0)
118118
metasploit_data_models (~> 0.23.0)

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.14.1'
32+
spec.add_runtime_dependency 'metasploit-credential', '~> 0.14.2'
3333
# Database models shared between framework and Pro.
3434
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.23.0'
3535
# depend on metasploit-framewrok as the optional gems are useless with the actual code

0 commit comments

Comments
 (0)