diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4db12942397c2..2b7694a9a2a8f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -67,7 +67,7 @@ jobs: - '3.0' - '3.1' - '3.2' - - '3.3.0-preview3' + - '3.3' os: - ubuntu-20.04 - ubuntu-latest diff --git a/Gemfile.lock b/Gemfile.lock index 8acb80705ea8a..2a220db582a14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ PATH net-ssh network_interface nexpose - nokogiri (~> 1.14.0) + nokogiri octokit (~> 4.0) openssl-ccm openvas-omp @@ -294,7 +294,7 @@ GEM mime-types (3.5.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.1003) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) mqtt (0.6.0) msgpack (1.6.1) @@ -314,8 +314,8 @@ GEM network_interface (0.0.4) nexpose (7.3.0) nio4r (2.5.9) - nokogiri (1.14.5) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.0) + mini_portile2 (~> 2.8.2) racc (~> 1.4) nori (2.6.0) octokit (4.25.1) @@ -348,7 +348,7 @@ GEM public_suffix (5.0.3) puma (6.4.0) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 5246e0137f7ce..10b59cd05cbb0 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -83,8 +83,7 @@ Gem::Specification.new do |spec| # NTLM authentication spec.add_runtime_dependency 'rubyntlm' # Needed by anemone crawler - # 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' + spec.add_runtime_dependency 'nokogiri' # Needed by db.rb and Msf::Exploit::Capture spec.add_runtime_dependency 'packetfu' # For sniffer and raw socket modules