Skip to content

Commit

Permalink
Update get_process_mem requirement from ~> 0.2.5 to >= 0.2.5, < 1.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [get_process_mem](https://github.com/schneems/get_process_mem) to permit the latest version.
- [Changelog](https://github.com/zombocom/get_process_mem/blob/main/CHANGELOG.md)
- [Commits](zombocom/get_process_mem@v0.2.5...v1.0.0)

---
updated-dependencies:
- dependency-name: get_process_mem
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 2716816 commit 371ff60
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 371ff60

Please sign in to comment.