File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
tzinfo
23
23
metasploit-framework-db (4.10.1.pre.dev )
24
24
activerecord (< 4.0.0 )
25
- metasploit-credential (~> 0.13 .0 )
25
+ metasploit-credential (~> 0.12 .0 )
26
26
metasploit-framework (= 4.10.1.pre.dev )
27
27
metasploit_data_models (~> 0.21.1 )
28
28
pg (>= 0.11 )
112
112
metasploit-concern (0.3.0 )
113
113
activesupport (~> 3.0 , >= 3.0.0 )
114
114
railties (< 4.0.0 )
115
- metasploit-credential (0.13.1 )
115
+ metasploit-credential (0.12.0 )
116
116
metasploit-concern (~> 0.3.0 )
117
117
metasploit-model (~> 0.28.0 )
118
118
metasploit_data_models (~> 0.21.0 )
@@ -135,12 +135,12 @@ GEM
135
135
meterpreter_bins (0.0.10 )
136
136
method_source (0.8.2 )
137
137
mime-types (1.25.1 )
138
- mini_portile (0.6.1 )
138
+ mini_portile (0.6.0 )
139
139
msgpack (0.5.9 )
140
140
multi_json (1.0.4 )
141
141
network_interface (0.0.1 )
142
- nokogiri (1.6.4 .1 )
143
- mini_portile (~> 0.6.0 )
142
+ nokogiri (1.6.3 .1 )
143
+ mini_portile (= 0.6.0 )
144
144
packetfu (1.1.9 )
145
145
pcaprub (0.11.3 )
146
146
pg (0.17.1 )
175
175
rb-readline (0.5.1 )
176
176
rdoc (3.12.2 )
177
177
json (~> 1.4 )
178
- recog (1.0.5 )
178
+ recog (1.0.0 )
179
179
nokogiri
180
180
redcarpet (3.1.2 )
181
181
rkelly-remix (0.0.6 )
207
207
simplecov-html (~> 0.5.3 )
208
208
simplecov-html (0.5.3 )
209
209
slop (3.6.0 )
210
- sprockets (2.2.3 )
210
+ sprockets (2.2.2 )
211
211
hike (~> 1.2 )
212
212
multi_json (~> 1.0 )
213
213
rack (~> 1.0 )
219
219
treetop (1.4.15 )
220
220
polyglot
221
221
polyglot (>= 0.3.1 )
222
- tzinfo (0.3.42 )
222
+ tzinfo (0.3.41 )
223
223
xpath (2.0.0 )
224
224
nokogiri (~> 1.3 )
225
225
yard (0.8.7.4 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
32
32
spec . add_runtime_dependency 'activerecord' , rails_version_constraint
33
33
# Metasploit::Credential database models
34
- spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13 .0'
34
+ spec . add_runtime_dependency 'metasploit-credential' , '~> 0.12 .0'
35
35
# Database models shared between framework and Pro.
36
36
spec . add_runtime_dependency 'metasploit_data_models' , '~> 0.21.1'
37
37
# depend on metasploit-framewrok as the optional gems are useless with the actual code
You can’t perform that action at this time.
0 commit comments