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 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.13.14 )
4
+ metasploit-framework (4.13.15 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
@@ -140,16 +140,16 @@ GEM
140
140
factory_girl_rails (4.8.0 )
141
141
factory_girl (~> 4.8.0 )
142
142
railties (>= 3.0.0 )
143
- faraday (0.10.1 )
143
+ faraday (0.11.0 )
144
144
multipart-post (>= 1.2 , < 3 )
145
- ffi (1.9.14 )
145
+ ffi (1.9.16 )
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
150
jsobfu (0.4.1 )
151
151
rkelly-remix (= 0.0.6 )
152
- json (1.8.3 )
152
+ json (1.8.6 )
153
153
loofah (2.0.3 )
154
154
nokogiri (>= 1.5.9 )
155
155
metasm (1.0.2 )
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.2 )
237
+ recog (2.1.3 )
238
238
nokogiri
239
239
redcarpet (3.4.0 )
240
240
rex-arch (0.1.4 )
245
245
rex-core
246
246
rex-struct2
247
247
rex-text
248
- rex-core (0.1.5 )
248
+ rex-core (0.1.6 )
249
249
rex-encoder (0.1.2 )
250
250
metasm
251
251
rex-arch
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.14 "
33
+ VERSION = "4.13.15 "
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