Skip to content

Commit

Permalink
Land #19195, Update nokogiri version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 committed May 23, 2024
2 parents 7eefa4b + 0b0c5d1 commit d37a825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PATH
net-ssh
network_interface
nexpose
nokogiri (~> 1.14.0)
nokogiri
octokit (~> 4.0)
openssl-ccm
openvas-omp
Expand Down Expand Up @@ -315,8 +315,8 @@ GEM
network_interface (0.0.4)
nexpose (7.3.0)
nio4r (2.7.1)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.7.0)
bigdecimal
Expand Down Expand Up @@ -350,7 +350,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
base64 (>= 0.1.0)
Expand Down
5 changes: 2 additions & 3 deletions metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'network_interface'
# 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'
# Needed by for XML parsing
spec.add_runtime_dependency 'nokogiri'
# Needed by db.rb and Msf::Exploit::Capture
spec.add_runtime_dependency 'packetfu'
# For sniffer and raw socket modules
Expand Down

0 comments on commit d37a825

Please sign in to comment.