File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.13.15 )
4
+ metasploit-framework (4.13.16 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
103
103
thor (~> 0.19 )
104
104
bcrypt (3.1.11 )
105
105
bit-struct (0.15.0 )
106
- builder (3.2.2 )
106
+ builder (3.2.3 )
107
107
capybara (2.11.0 )
108
108
addressable
109
109
mime-types (>= 1.16 )
132
132
nokogiri (~> 1.5 )
133
133
railties (>= 3 , < 5.1 )
134
134
cucumber-wire (0.0.1 )
135
- diff-lcs (1.2.5 )
135
+ diff-lcs (1.3 )
136
136
docile (1.1.5 )
137
137
erubis (2.7.0 )
138
138
factory_girl (4.8.0 )
@@ -142,13 +142,13 @@ GEM
142
142
railties (>= 3.0.0 )
143
143
faraday (0.11.0 )
144
144
multipart-post (>= 1.2 , < 3 )
145
- ffi (1.9.16 )
145
+ ffi (1.9.17 )
146
146
filesize (0.1.1 )
147
147
fivemat (1.3.2 )
148
148
gherkin (4.0.0 )
149
149
i18n (0.7.0 )
150
- jsobfu (0.4.1 )
151
- rkelly-remix ( = 0.0.6 )
150
+ jsobfu (0.4.2 )
151
+ rkelly-remix
152
152
json (1.8.6 )
153
153
loofah (2.0.3 )
154
154
nokogiri (>= 1.5.9 )
234
234
thor (>= 0.18.1 , < 2.0 )
235
235
rake (12.0.0 )
236
236
rb-readline-r7 (0.5.2.0 )
237
- recog (2.1.3 )
237
+ recog (2.1.4 )
238
238
nokogiri
239
239
redcarpet (3.4.0 )
240
240
rex-arch (0.1.4 )
257
257
rex-encoder
258
258
rex-text
259
259
rex-java (0.1.3 )
260
- rex-mime (0.1.1 )
260
+ rex-mime (0.1.3 )
261
261
rex-text
262
262
rex-nop (0.1.0 )
263
263
rex-arch
@@ -275,14 +275,14 @@ GEM
275
275
rex-text
276
276
rex-socket (0.1.3 )
277
277
rex-core
278
- rex-sslscan (0.1.1 )
278
+ rex-sslscan (0.1.2 )
279
279
rex-socket
280
280
rex-text
281
281
rex-struct2 (0.1.0 )
282
- rex-text (0.2.10 )
282
+ rex-text (0.2.11 )
283
283
rex-zip (0.1.1 )
284
284
rex-text
285
- rkelly-remix (0.0.6 )
285
+ rkelly-remix (0.0.7 )
286
286
robots (0.10.1 )
287
287
rspec-core (3.5.4 )
288
288
rspec-support (~> 3.5.0 )
@@ -323,10 +323,10 @@ GEM
323
323
thread_safe (~> 0.1 )
324
324
tzinfo-data (1.2016.10 )
325
325
tzinfo (>= 1.0.0 )
326
- windows_error (0.0.2 )
326
+ windows_error (0.1.0 )
327
327
xpath (2.0.0 )
328
328
nokogiri (~> 1.3 )
329
- yard (0.9.7 )
329
+ yard (0.9.8 )
330
330
331
331
PLATFORMS
332
332
ruby
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def self.get_hash
30
30
end
31
31
end
32
32
33
- VERSION = "4.13.15 "
33
+ VERSION = "4.13.16 "
34
34
MAJOR , MINOR , PATCH = VERSION . split ( '.' ) . map { |x | x . to_i }
35
35
PRERELEASE = 'dev'
36
36
HASH = get_hash
You can’t perform that action at this time.
0 commit comments