Skip to content

Commit 4b063c4

Browse files
Update elftools requirement from >= 1.0.2, < 1.2.0 to >= 1.0.2, < 1.4.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c6c30c commit 4b063c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
one_gadget (1.9.0)
5-
elftools (>= 1.0.2, < 1.2.0)
5+
elftools (>= 1.0.2, < 1.4.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -11,7 +11,7 @@ GEM
1111
bindata (2.5.0)
1212
diff-lcs (1.5.1)
1313
docile (1.4.1)
14-
elftools (1.1.3)
14+
elftools (1.3.1)
1515
bindata (~> 2)
1616
json (2.7.2)
1717
language_server-protocol (3.17.0.3)

one_gadget.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
3434

3535
s.required_ruby_version = '>= 3.1'
3636

37-
s.add_dependency 'elftools', '>= 1.0.2', '< 1.2.0'
37+
s.add_dependency 'elftools', '>= 1.0.2', '< 1.4.0'
3838

3939
s.add_development_dependency 'rake', '~> 13.0'
4040
s.add_development_dependency 'rspec', '~> 3.7'

0 commit comments

Comments
 (0)