File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
PATH
25
25
remote: .
26
26
specs:
27
- metasploit-framework (4.14.18 )
27
+ metasploit-framework (4.14.19 )
28
28
actionpack (~> 4.2.6 )
29
29
activerecord (~> 4.2.6 )
30
30
activesupport (~> 4.2.6 )
117
117
addressable (2.5.1 )
118
118
public_suffix (~> 2.0 , >= 2.0.2 )
119
119
arel (6.0.4 )
120
- arel-helpers (2.3 .0 )
120
+ arel-helpers (2.4 .0 )
121
121
activerecord (>= 3.1.0 , < 6 )
122
122
aruba (0.14.2 )
123
123
childprocess (~> 0.5.6 )
258
258
arel (>= 4.0.1 )
259
259
pg_array_parser (~> 0.0.9 )
260
260
public_suffix (2.0.5 )
261
- rack (1.6.6 )
261
+ rack (1.6.7 )
262
262
rack-test (0.6.3 )
263
263
rack (>= 1.0 )
264
264
rails-deprecated_sanitizer (1.0.3 )
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.18 "
33
+ VERSION = "4.14.19 "
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