File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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.3 )
25
+ metasploit-credential (~> 0.13.6 )
26
26
metasploit-framework (= 4.10.1.pre.dev )
27
27
metasploit_data_models (~> 0.21.1 )
28
28
pg (>= 0.11 )
62
62
i18n (~> 0.6 , >= 0.6.4 )
63
63
multi_json (~> 1.0 )
64
64
arel (3.0.3 )
65
- arel-helpers (2.0.1 )
65
+ arel-helpers (2.0.2 )
66
66
activerecord (>= 3.1.0 , < 5 )
67
67
aruba (0.6.1 )
68
68
childprocess (>= 0.3.6 )
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.5 )
115
+ metasploit-credential (0.13.6 )
116
116
metasploit-concern (~> 0.3.0 )
117
117
metasploit-model (~> 0.28.0 )
118
118
metasploit_data_models (~> 0.21.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 )
142
+ nokogiri (1.6.5 )
143
143
mini_portile (~> 0.6.0 )
144
144
packetfu (1.1.9 )
145
145
pcaprub (0.11.3 )
@@ -171,11 +171,11 @@ GEM
171
171
rake (>= 0.8.7 )
172
172
rdoc (~> 3.4 )
173
173
thor (>= 0.14.6 , < 2.0 )
174
- rake (10.3 .2 )
174
+ rake (10.4 .2 )
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.6 )
179
179
nokogiri
180
180
redcarpet (3.1.2 )
181
181
rkelly-remix (0.0.6 )
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.3 '
34
+ spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.6 '
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