File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
PATH
14
14
remote: .
15
15
specs:
16
- metasploit-framework (4.15.3 )
16
+ metasploit-framework (4.15.4 )
17
17
actionpack (~> 4.2.6 )
18
18
activerecord (~> 4.2.6 )
19
19
activesupport (~> 4.2.6 )
@@ -128,13 +128,13 @@ GEM
128
128
factory_girl_rails (4.8.0 )
129
129
factory_girl (~> 4.8.0 )
130
130
railties (>= 3.0.0 )
131
- faraday (0.12.1 )
131
+ faraday (0.12.2 )
132
132
multipart-post (>= 1.2 , < 3 )
133
133
filesize (0.1.1 )
134
134
fivemat (1.3.5 )
135
135
google-protobuf (3.3.0 )
136
- googleauth (0.5.1 )
137
- faraday (~> 0.9 )
136
+ googleauth (0.5.2 )
137
+ faraday (~> 0.12 )
138
138
jwt (~> 1.4 )
139
139
logging (~> 2.0 )
140
140
memoist (~> 0.12 )
192
192
metasploit_payloads-mettle (0.1.14 )
193
193
method_source (0.8.2 )
194
194
mini_portile2 (2.2.0 )
195
- minitest (5.10.2 )
195
+ minitest (5.10.3 )
196
196
msgpack (1.1.0 )
197
197
multi_json (1.12.1 )
198
198
multipart-post (2.0.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.15.3 "
33
+ VERSION = "4.15.4 "
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