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 31
31
PATH
32
32
remote: .
33
33
specs:
34
- metasploit-framework (4.14.14 )
34
+ metasploit-framework (4.14.15 )
35
35
actionpack (~> 4.2.6 )
36
36
activerecord (~> 4.2.6 )
37
37
activesupport (~> 4.2.6 )
172
172
factory_girl_rails (4.8.0 )
173
173
factory_girl (~> 4.8.0 )
174
174
railties (>= 3.0.0 )
175
- faraday (0.12.0. 1 )
175
+ faraday (0.12.1 )
176
176
multipart-post (>= 1.2 , < 3 )
177
177
ffi (1.9.18 )
178
178
filesize (0.1.1 )
187
187
multi_json (~> 1.11 )
188
188
os (~> 0.9 )
189
189
signet (~> 0.7 )
190
- grpc (1.2.2 )
190
+ grpc (1.2.5 )
191
191
google-protobuf (~> 3.1 )
192
192
googleauth (~> 0.5.1 )
193
193
i18n (0.8.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.14.14 "
33
+ VERSION = "4.14.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