File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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.14 )
4
+ metasploit-framework (4.16.15 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
@@ -130,25 +130,25 @@ GEM
130
130
google-protobuf (3.4.1.1 )
131
131
googleapis-common-protos-types (1.0.0 )
132
132
google-protobuf (~> 3.0 )
133
- googleauth (0.5.3 )
133
+ googleauth (0.6.1 )
134
134
faraday (~> 0.12 )
135
- jwt (~> 1.4 )
135
+ jwt (>= 1.4 , < 3.0 )
136
136
logging (~> 2.0 )
137
137
memoist (~> 0.12 )
138
138
multi_json (~> 1.11 )
139
139
os (~> 0.9 )
140
140
signet (~> 0.7 )
141
- grpc (1.7.0 )
141
+ grpc (1.7.2 )
142
142
google-protobuf (~> 3.1 )
143
143
googleapis-common-protos-types (~> 1.0.0 )
144
- googleauth (~> 0.5.1 )
144
+ googleauth (>= 0.5.1 , < 0.7 )
145
145
hashery (2.1.2 )
146
146
i18n (0.9.0 )
147
147
concurrent-ruby (~> 1.0 )
148
148
jsobfu (0.4.2 )
149
149
rkelly-remix
150
150
json (2.1.0 )
151
- jwt (1.5.6 )
151
+ jwt (2.1.0 )
152
152
little-plugger (1.1.4 )
153
153
logging (2.2.2 )
154
154
little-plugger (~> 1.1 )
@@ -378,4 +378,4 @@ DEPENDENCIES
378
378
yard
379
379
380
380
BUNDLED WITH
381
- 1.15.4
381
+ 1.16.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.16.14 "
33
+ VERSION = "4.16.15 "
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