Skip to content

Commit 768d747

Browse files
committed
metasploit-credential bump to 0.13.3
MSP-11609
1 parent 49f10e6 commit 768d747

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gemspec name: 'metasploit-framework'
55

66
group :db do
77
gemspec name: 'metasploit-framework-db'
8-
gem 'metasploit-credential', git: 'https://github.com/rapid7/metasploit-credential.git', branch: 'bug/MSP-11609/blank-username-failure'
98
end
109

1110
group :development do

Gemfile.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
GIT
2-
remote: https://github.com/rapid7/metasploit-credential.git
3-
revision: b5c36d0df013969df64625cfe23bd9a0ab3d2ee6
4-
branch: bug/MSP-11609/blank-username-failure
5-
specs:
6-
metasploit-credential (0.13.3.pre.blank.pre.username.pre.failure)
7-
metasploit-concern (~> 0.3.0)
8-
metasploit-model (~> 0.28.0)
9-
metasploit_data_models (~> 0.21.0)
10-
pg
11-
railties (< 4.0.0)
12-
rubyntlm
13-
rubyzip (~> 1.1)
14-
151
PATH
162
remote: .
173
specs:
@@ -36,7 +22,7 @@ PATH
3622
tzinfo
3723
metasploit-framework-db (4.10.1.pre.dev)
3824
activerecord (< 4.0.0)
39-
metasploit-credential
25+
metasploit-credential (~> 0.13.3)
4026
metasploit-framework (= 4.10.1.pre.dev)
4127
metasploit_data_models (~> 0.21.1)
4228
pg (>= 0.11)
@@ -126,6 +112,14 @@ GEM
126112
metasploit-concern (0.3.0)
127113
activesupport (~> 3.0, >= 3.0.0)
128114
railties (< 4.0.0)
115+
metasploit-credential (0.13.3)
116+
metasploit-concern (~> 0.3.0)
117+
metasploit-model (~> 0.28.0)
118+
metasploit_data_models (~> 0.21.0)
119+
pg
120+
railties (< 4.0.0)
121+
rubyntlm
122+
rubyzip (~> 1.1)
129123
metasploit-model (0.28.0)
130124
activesupport
131125
railties (< 4.0.0)
@@ -239,7 +233,6 @@ DEPENDENCIES
239233
factory_girl (>= 4.1.0)
240234
factory_girl_rails
241235
fivemat (= 1.2.1)
242-
metasploit-credential!
243236
metasploit-framework!
244237
metasploit-framework-db!
245238
metasploit-framework-pcap!

metasploit-framework-db.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +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'
35-
spec.add_runtime_dependency 'metasploit-credential' # DELETE this before landing
34+
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.3'
3635
# Database models shared between framework and Pro.
3736
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.1'
3837
# depend on metasploit-framewrok as the optional gems are useless with the actual code

0 commit comments

Comments
 (0)