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 13
13
PATH
14
14
remote: .
15
15
specs:
16
- metasploit-framework (4.15.4 )
16
+ metasploit-framework (4.15.5 )
17
17
actionpack (~> 4.2.6 )
18
18
activerecord (~> 4.2.6 )
19
19
activesupport (~> 4.2.6 )
133
133
filesize (0.1.1 )
134
134
fivemat (1.3.5 )
135
135
google-protobuf (3.3.0 )
136
- googleauth (0.5.2 )
136
+ googleauth (0.5.3 )
137
137
faraday (~> 0.12 )
138
138
jwt (~> 1.4 )
139
139
logging (~> 2.0 )
199
199
nessus_rest (0.1.6 )
200
200
net-ssh (4.1.0 )
201
201
network_interface (0.0.1 )
202
- nexpose (6.1.0 )
202
+ nexpose (6.1.1 )
203
203
nokogiri (1.8.0 )
204
204
mini_portile2 (~> 2.2.0 )
205
205
octokit (4.7.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.4 "
33
+ VERSION = "4.15.5 "
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