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.11.0.pre.dev )
24
24
activerecord (>= 3.2.21 , < 4.0.0 )
25
- metasploit-credential (~> 0.13.8 )
25
+ metasploit-credential (~> 0.13.10 )
26
26
metasploit-framework (= 4.11.0.pre.dev )
27
27
metasploit_data_models (~> 0.21.3 )
28
28
pg (>= 0.11 )
101
101
gherkin (2.11.6 )
102
102
json (>= 1.7.6 )
103
103
hike (1.2.3 )
104
- i18n (0.6.11 )
104
+ i18n (0.7.0 )
105
105
journey (1.0.4 )
106
106
jsobfu (0.2.1 )
107
107
rkelly-remix (= 0.0.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.8 )
115
+ metasploit-credential (0.13.10 )
116
116
metasploit-concern (~> 0.3.0 )
117
117
metasploit-model (~> 0.28.0 )
118
118
metasploit_data_models (~> 0.21.0 )
@@ -135,15 +135,15 @@ GEM
135
135
meterpreter_bins (0.0.12 )
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.2 )
139
139
msgpack (0.5.9 )
140
140
multi_json (1.0.4 )
141
141
network_interface (0.0.1 )
142
142
nokogiri (1.6.5 )
143
143
mini_portile (~> 0.6.0 )
144
144
packetfu (1.1.9 )
145
145
pcaprub (0.11.3 )
146
- pg (0.17 .1 )
146
+ pg (0.18 .1 )
147
147
polyglot (0.3.5 )
148
148
pry (0.10.0 )
149
149
coderay (~> 1.1.0 )
175
175
rb-readline (0.5.1 )
176
176
rdoc (3.12.2 )
177
177
json (~> 1.4 )
178
- recog (1.0.6 )
178
+ recog (1.0.7 )
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 @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
30
30
spec . add_runtime_dependency 'activerecord' , *Metasploit ::Framework ::RailsVersionConstraint ::RAILS_VERSION
31
31
# Metasploit::Credential database models
32
- spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.9 '
32
+ spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.10 '
33
33
# Database models shared between framework and Pro.
34
34
spec . add_runtime_dependency 'metasploit_data_models' , '~> 0.21.3'
35
35
# 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