Skip to content

Commit

Permalink
Merge pull request #263 from wpscanteam/dependabot/bundler/get_proces…
Browse files Browse the repository at this point in the history
…s_mem-gte-0.2.5-and-lt-1.1.0

Update get_process_mem requirement from ~> 0.2.5 to >= 0.2.5, < 1.1.0
  • Loading branch information
erwanlr authored Sep 9, 2024
2 parents 34ce470 + 371ff60 commit 864c47f
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 @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

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 'get_process_mem', '>= 0.2.5', '< 1.1.0'
s.add_dependency 'nokogiri', '~> 1.16'
s.add_dependency 'opt_parse_validator', '~> 1.10.0'
s.add_dependency 'public_suffix', '>= 4.0.3', '< 6.1'
Expand Down

0 comments on commit 864c47f

Please sign in to comment.