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.16.24 )
4
+ metasploit-framework (4.16.25 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
137
137
multi_json (~> 1.11 )
138
138
os (~> 0.9 )
139
139
signet (~> 0.7 )
140
- grpc (1.7.3 )
140
+ grpc (1.8.0 )
141
141
google-protobuf (~> 3.1 )
142
142
googleapis-common-protos-types (~> 1.0.0 )
143
143
googleauth (>= 0.5.1 , < 0.7 )
231
231
rack (>= 1.0 )
232
232
rails-deprecated_sanitizer (1.0.3 )
233
233
activesupport (>= 4.2.0.alpha )
234
- rails-dom-testing (1.0.8 )
235
- activesupport (>= 4.2.0.beta , < 5.0 )
234
+ rails-dom-testing (1.0.9 )
235
+ activesupport (>= 4.2.0 , < 5.0 )
236
236
nokogiri (~> 1.6 )
237
237
rails-deprecated_sanitizer (>= 1.0.1 )
238
238
rails-html-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.16.24 "
33
+ VERSION = "4.16.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