Skip to content

Commit

Permalink
Merge pull request #259 from wpscanteam/nokogiri-1.16
Browse files Browse the repository at this point in the history
Updates Deps
  • Loading branch information
erwanlr authored Sep 5, 2024
2 parents bb5169b + d14968b commit 6e99498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
ruby: ['3.0', 3.1, 3.2, 3.3]

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions cms_scanner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = 'cms_scanner'
s.version = CMSScanner::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'
s.authors = ['WPScanTeam']
s.email = ['[email protected]']
s.summary = 'CMS Scanner Framework (experimental)'
Expand All @@ -21,9 +21,9 @@ 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 'public_suffix', '>= 4.0.3', '< 6.1'
s.add_dependency 'ruby-progressbar', '>= 1.10', '< 1.14'
s.add_dependency 'typhoeus', '>= 1.3', '< 1.5'
s.add_dependency 'xmlrpc', '~> 0.3'
Expand Down

0 comments on commit 6e99498

Please sign in to comment.