Skip to content

Commit

Permalink
Update elftools requirement from >= 1.0.2, < 1.2.0 to >= 1.0.2, < 1.4…
Browse files Browse the repository at this point in the history
….0 (#218)

Updates the requirements on [elftools](https://github.com/david942j/rbelftools) to permit the latest version.
- [Release notes](https://github.com/david942j/rbelftools/releases)
- [Commits](david942j/rbelftools@v1.1.3...v1.3.1)

---
updated-dependencies:
- dependency-name: elftools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 4c6c30c commit 4b063c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
one_gadget (1.9.0)
elftools (>= 1.0.2, < 1.2.0)
elftools (>= 1.0.2, < 1.4.0)

GEM
remote: https://rubygems.org/
Expand All @@ -11,7 +11,7 @@ GEM
bindata (2.5.0)
diff-lcs (1.5.1)
docile (1.4.1)
elftools (1.1.3)
elftools (1.3.1)
bindata (~> 2)
json (2.7.2)
language_server-protocol (3.17.0.3)
Expand Down
2 changes: 1 addition & 1 deletion one_gadget.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 3.1'

s.add_dependency 'elftools', '>= 1.0.2', '< 1.2.0'
s.add_dependency 'elftools', '>= 1.0.2', '< 1.4.0'

s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec', '~> 3.7'
Expand Down

0 comments on commit 4b063c4

Please sign in to comment.