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 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.13.21 )
4
+ metasploit-framework (4.13.22 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
232
232
rake (>= 0.8.7 )
233
233
thor (>= 0.18.1 , < 2.0 )
234
234
rake (12.0.0 )
235
- rb-readline (0.5.3 )
235
+ rb-readline (0.5.4 )
236
236
recog (2.1.4 )
237
237
nokogiri
238
238
redcarpet (3.4.0 )
301
301
rspec-support (~> 3.5.0 )
302
302
rspec-support (3.5.0 )
303
303
rubyntlm (0.6.1 )
304
- rubyzip (1.2.0 )
304
+ rubyzip (1.2.1 )
305
305
sawyer (0.8.1 )
306
306
addressable (>= 2.3.5 , < 2.6 )
307
307
faraday (~> 0.8 , < 1.0 )
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.21 "
33
+ VERSION = "4.13.22 "
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