File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.14.24 )
4
+ metasploit-framework (4.14.25 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
149
149
multipart-post (>= 1.2 , < 3 )
150
150
ffi (1.9.18 )
151
151
filesize (0.1.1 )
152
- fivemat (1.3.3 )
152
+ fivemat (1.3.4 )
153
153
gherkin (4.1.3 )
154
154
google-protobuf (3.3.0 )
155
155
googleauth (0.5.1 )
163
163
grpc (1.3.4 )
164
164
google-protobuf (~> 3.1 )
165
165
googleauth (~> 0.5.1 )
166
- i18n (0.8.1 )
166
+ i18n (0.8.4 )
167
167
jsobfu (0.4.2 )
168
168
rkelly-remix
169
169
json (2.1.0 )
@@ -386,4 +386,4 @@ DEPENDENCIES
386
386
yard
387
387
388
388
BUNDLED WITH
389
- 1.15.0
389
+ 1.15.1
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.14.24 "
33
+ VERSION = "4.14.25 "
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