Skip to content

Commit bf1558d

Browse files
David MaloneyDavid Maloney
authored andcommitted
update gemspec for metasploit-credential
update gemspec to use newest metasploit-credential MSP-11592
1 parent 86ff5f9 commit bf1558d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PATH
2222
tzinfo
2323
metasploit-framework-db (4.10.1.pre.dev)
2424
activerecord (< 4.0.0)
25-
metasploit-credential (~> 0.12.0)
25+
metasploit-credential (~> 0.13.0)
2626
metasploit-framework (= 4.10.1.pre.dev)
2727
metasploit_data_models (~> 0.21.1)
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.12.0)
115+
metasploit-credential (0.13.1)
116116
metasploit-concern (~> 0.3.0)
117117
metasploit-model (~> 0.28.0)
118118
metasploit_data_models (~> 0.21.0)
@@ -135,12 +135,12 @@ GEM
135135
meterpreter_bins (0.0.10)
136136
method_source (0.8.2)
137137
mime-types (1.25.1)
138-
mini_portile (0.6.0)
138+
mini_portile (0.6.1)
139139
msgpack (0.5.9)
140140
multi_json (1.0.4)
141141
network_interface (0.0.1)
142-
nokogiri (1.6.3.1)
143-
mini_portile (= 0.6.0)
142+
nokogiri (1.6.4.1)
143+
mini_portile (~> 0.6.0)
144144
packetfu (1.1.9)
145145
pcaprub (0.11.3)
146146
pg (0.17.1)
@@ -175,7 +175,7 @@ GEM
175175
rb-readline (0.5.1)
176176
rdoc (3.12.2)
177177
json (~> 1.4)
178-
recog (1.0.0)
178+
recog (1.0.5)
179179
nokogiri
180180
redcarpet (3.1.2)
181181
rkelly-remix (0.0.6)
@@ -207,7 +207,7 @@ GEM
207207
simplecov-html (~> 0.5.3)
208208
simplecov-html (0.5.3)
209209
slop (3.6.0)
210-
sprockets (2.2.2)
210+
sprockets (2.2.3)
211211
hike (~> 1.2)
212212
multi_json (~> 1.0)
213213
rack (~> 1.0)
@@ -219,7 +219,7 @@ GEM
219219
treetop (1.4.15)
220220
polyglot
221221
polyglot (>= 0.3.1)
222-
tzinfo (0.3.41)
222+
tzinfo (0.3.42)
223223
xpath (2.0.0)
224224
nokogiri (~> 1.3)
225225
yard (0.8.7.4)

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