File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 45
45
net-ssh
46
46
network_interface
47
47
nexpose
48
- nokogiri ( ~> 1.14.0 )
48
+ nokogiri
49
49
octokit (~> 4.0 )
50
50
openssl-ccm
51
51
openvas-omp
315
315
network_interface (0.0.4 )
316
316
nexpose (7.3.0 )
317
317
nio4r (2.7.1 )
318
- nokogiri (1.14 .5 )
319
- mini_portile2 (~> 2.8.0 )
318
+ nokogiri (1.16 .5 )
319
+ mini_portile2 (~> 2.8.2 )
320
320
racc (~> 1.4 )
321
321
nori (2.7.0 )
322
322
bigdecimal
350
350
public_suffix (5.0.5 )
351
351
puma (6.4.2 )
352
352
nio4r (~> 2.0 )
353
- racc (1.7.3 )
353
+ racc (1.8.0 )
354
354
rack (2.2.9 )
355
355
rack-protection (3.2.0 )
356
356
base64 (>= 0.1.0 )
Original file line number Diff line number Diff line change @@ -82,9 +82,8 @@ Gem::Specification.new do |spec|
82
82
spec . add_runtime_dependency 'network_interface'
83
83
# NTLM authentication
84
84
spec . add_runtime_dependency 'rubyntlm'
85
- # Needed by anemone crawler
86
- # Locked until build env can handle newer version due to native compile issue in 1.15.x
87
- spec . add_runtime_dependency 'nokogiri' , '~> 1.14.0'
85
+ # Needed by for XML parsing
86
+ spec . add_runtime_dependency 'nokogiri'
88
87
# Needed by db.rb and Msf::Exploit::Capture
89
88
spec . add_runtime_dependency 'packetfu'
90
89
# For sniffer and raw socket modules
You can’t perform that action at this time.
0 commit comments