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.16.11 )
4
+ metasploit-framework (4.16.12 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
102
102
public_suffix (>= 2.0.2 , < 4.0 )
103
103
afm (0.2.2 )
104
104
arel (6.0.4 )
105
- arel-helpers (2.4 .0 )
105
+ arel-helpers (2.5 .0 )
106
106
activerecord (>= 3.1.0 , < 6 )
107
- backports (3.8 .0 )
107
+ backports (3.10 .0 )
108
108
bcrypt (3.1.11 )
109
109
bcrypt_pbkdf (1.0.0 )
110
110
bindata (2.4.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.16.11 "
33
+ VERSION = "4.16.12 "
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