File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.26 )
4
+ metasploit-framework (4.13.27 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
113
113
childprocess (0.5.9 )
114
114
ffi (~> 1.0 , >= 1.0.11 )
115
115
coderay (1.1.1 )
116
- contracts (0.14 .0 )
116
+ contracts (0.15 .0 )
117
117
cucumber (2.4.0 )
118
118
builder (>= 2.1.2 )
119
119
cucumber-core (~> 1.5.0 )
145
145
filesize (0.1.1 )
146
146
fivemat (1.3.2 )
147
147
gherkin (4.0.0 )
148
- i18n (0.8.0 )
148
+ i18n (0.8.1 )
149
149
jsobfu (0.4.2 )
150
150
rkelly-remix
151
151
json (2.0.3 )
315
315
sqlite3 (1.3.13 )
316
316
sshkey (1.9.0 )
317
317
thor (0.19.4 )
318
- thread_safe (0.3.5 )
318
+ thread_safe (0.3.6 )
319
319
timecop (0.8.1 )
320
320
tzinfo (1.2.2 )
321
321
thread_safe (~> 0.1 )
@@ -346,4 +346,4 @@ DEPENDENCIES
346
346
yard
347
347
348
348
BUNDLED WITH
349
- 1.14.4
349
+ 1.14.5
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.26 "
33
+ VERSION = "4.13.27 "
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