Skip to content

Commit

Permalink
Updates Nokogiri dep to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr authored Sep 5, 2024
1 parent bb5169b commit 5c7efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms_scanner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_dependency 'ethon', '>= 0.14', '< 0.17' # https://github.com/typhoeus/ethon/issues/185
s.add_dependency 'get_process_mem', '~> 0.2.5'
s.add_dependency 'nokogiri', '>= 1.11.4', '< 1.16.0'
s.add_dependency 'nokogiri', '~> 1.16'
s.add_dependency 'opt_parse_validator', '~> 1.9.5'
s.add_dependency 'public_suffix', '>= 4.0.3', '< 5.1.0'
s.add_dependency 'ruby-progressbar', '>= 1.10', '< 1.14'
Expand Down

0 comments on commit 5c7efb2

Please sign in to comment.