lock nokogiri due to compile issue

This commit is contained in:
Jeffrey Martin 2023-06-14 11:19:22 -05:00
parent 41429aec97
commit b2d0cdaa28
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 5 additions and 4 deletions

View File

@ -43,7 +43,7 @@ PATH
net-ssh
network_interface
nexpose
nokogiri
nokogiri (~> 1.14.0)
octokit (~> 4.0)
openssl-ccm
openvas-omp
@ -288,8 +288,8 @@ GEM
network_interface (0.0.2)
nexpose (7.3.0)
nio4r (2.5.9)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nori (2.6.0)
octokit (4.25.1)

View File

@ -83,7 +83,8 @@ Gem::Specification.new do |spec|
# NTLM authentication
spec.add_runtime_dependency 'rubyntlm'
# Needed by anemone crawler
spec.add_runtime_dependency 'nokogiri'
# Locked until build env can handle newer version due to native compile issue in 1.15.x
spec.add_runtime_dependency 'nokogiri', '~> 1.14.0'
# Needed by db.rb and Msf::Exploit::Capture
spec.add_runtime_dependency 'packetfu'
# For sniffer and raw socket modules