File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.7 )
4
+ metasploit-framework (4.16.8 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
170
170
nessus_rest (0.1.6 )
171
171
net-ssh (4.2.0 )
172
172
network_interface (0.0.2 )
173
- nexpose (7.0.0 )
173
+ nexpose (7.0.1 )
174
174
nokogiri (1.8.0 )
175
175
mini_portile2 (~> 2.2.0 )
176
176
octokit (4.7.0 )
214
214
activesupport (= 4.2.9 )
215
215
rake (>= 0.8.7 )
216
216
thor (>= 0.18.1 , < 2.0 )
217
- rake (12.0 .0 )
217
+ rake (12.1 .0 )
218
218
rb-readline (0.5.5 )
219
219
rbnacl (4.0.2 )
220
220
ffi
303
303
sawyer (0.8.1 )
304
304
addressable (>= 2.3.5 , < 2.6 )
305
305
faraday (~> 0.8 , < 1.0 )
306
- simplecov (0.15.0 )
306
+ simplecov (0.15.1 )
307
307
docile (~> 1.1.0 )
308
308
json (>= 1.8 , < 3 )
309
309
simplecov-html (~> 0.10.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.7 "
33
+ VERSION = "4.16.8 "
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