File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 14
14
metasploit-concern
15
15
metasploit-credential
16
16
metasploit-model
17
- metasploit-payloads (= 1.1.13 )
17
+ metasploit-payloads (= 1.1.15 )
18
18
metasploit_data_models
19
19
metasploit_payloads-mettle (= 0.0.6 )
20
20
msgpack
102
102
bcrypt (3.1.11 )
103
103
bit-struct (0.15.0 )
104
104
builder (3.2.2 )
105
- capybara (2.8 .1 )
105
+ capybara (2.9 .1 )
106
106
addressable
107
107
mime-types (>= 1.16 )
108
108
nokogiri (>= 1.3.3 )
123
123
multi_test (>= 0.1.2 )
124
124
cucumber-core (1.5.0 )
125
125
gherkin (~> 4.0 )
126
- cucumber-rails (1.4.4 )
126
+ cucumber-rails (1.4.5 )
127
127
capybara (>= 1.1.2 , < 3 )
128
- cucumber (>= 1.3.8 , < 3 )
128
+ cucumber (>= 1.3.8 , < 4 )
129
129
mime-types (>= 1.16 , < 4 )
130
130
nokogiri (~> 1.5 )
131
131
railties (>= 3 , < 5.1 )
167
167
activemodel (~> 4.2.6 )
168
168
activesupport (~> 4.2.6 )
169
169
railties (~> 4.2.6 )
170
- metasploit-payloads (1.1.13 )
170
+ metasploit-payloads (1.1.15 )
171
171
metasploit_data_models (2.0.1 )
172
172
activerecord (~> 4.2.6 )
173
173
activesupport (~> 4.2.6 )
@@ -184,12 +184,12 @@ GEM
184
184
mime-types-data (~> 3.2015 )
185
185
mime-types-data (3.2016.0521 )
186
186
mini_portile2 (2.1.0 )
187
- minitest (5.9.0 )
187
+ minitest (5.9.1 )
188
188
msgpack (1.0.0 )
189
189
multi_json (1.12.1 )
190
190
multi_test (0.1.2 )
191
191
multipart-post (2.0.0 )
192
- nessus_rest (0.1.4 )
192
+ nessus_rest (0.1.6 )
193
193
net-ssh (3.2.0 )
194
194
network_interface (0.0.1 )
195
195
nokogiri (1.6.8 )
204
204
pcaprub (~> 0.12 )
205
205
patch_finder (1.0.2 )
206
206
pcaprub (0.12.4 )
207
- pg (0.18.4 )
207
+ pg (0.19.0 )
208
208
pg_array_parser (0.0.9 )
209
209
pkg-config (1.1.7 )
210
210
postgres_ext (3.0.0 )
231
231
activesupport (= 4.2.7.1 )
232
232
rake (>= 0.8.7 )
233
233
thor (>= 0.18.1 , < 2.0 )
234
- rake (11.2.2 )
234
+ rake (11.3.0 )
235
235
rb-readline-r7 (0.5.2.0 )
236
236
recog (2.0.22 )
237
237
nokogiri
294
294
rspec-mocks (~> 3.5.0 )
295
295
rspec-support (~> 3.5.0 )
296
296
rspec-support (3.5.0 )
297
- rubyntlm (0.6.0 )
297
+ rubyntlm (0.6.1 )
298
298
rubyzip (1.2.0 )
299
299
sawyer (0.7.0 )
300
300
addressable (>= 2.3.5 , < 2.5 )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
65
65
# are needed when there's no database
66
66
spec . add_runtime_dependency 'metasploit-model'
67
67
# Needed for Meterpreter
68
- spec . add_runtime_dependency 'metasploit-payloads' , '1.1.13 '
68
+ spec . add_runtime_dependency 'metasploit-payloads' , '1.1.15 '
69
69
# Needed for the next-generation POSIX Meterpreter
70
70
spec . add_runtime_dependency 'metasploit_payloads-mettle' , '0.0.6'
71
71
# Needed by msfgui and other rpc components
@@ -126,7 +126,7 @@ Gem::Specification.new do |spec|
126
126
spec . add_runtime_dependency 'rex-java'
127
127
# Library for C-style structs
128
128
spec . add_runtime_dependency 'rex-struct2'
129
- # Library which contains architecture specific information such as registers, opcodes,
129
+ # Library which contains architecture specific information such as registers, opcodes,
130
130
# and stack manipulation routines.
131
131
spec . add_runtime_dependency 'rex-arch'
132
132
# Library for working with OLE.
You can’t perform that action at this time.
0 commit comments