From f473aaa9338cafda455be983ecd657e0dfe261da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 11:54:59 +0000 Subject: [PATCH] Update one_gadget requirement from >= 1.6.2, < 1.9.0 to >= 1.6.2, < 1.10.0 Updates the requirements on [one_gadget](https://github.com/david942j/one_gadget) to permit the latest version. - [Release notes](https://github.com/david942j/one_gadget/releases) - [Commits](https://github.com/david942j/one_gadget/compare/v1.6.2...v1.9.0) --- updated-dependencies: - dependency-name: one_gadget dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pwntools.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwntools.gemspec b/pwntools.gemspec index 55e1cd8..34f9574 100644 --- a/pwntools.gemspec +++ b/pwntools.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'elftools', '>= 1.0.1', '< 1.2.0' s.add_runtime_dependency 'keystone-engine', '~> 0.9' s.add_runtime_dependency 'method_source', '>= 0.9' - s.add_runtime_dependency 'one_gadget', '>= 1.6.2', '< 1.9.0' + s.add_runtime_dependency 'one_gadget', '>= 1.6.2', '< 1.10.0' s.add_runtime_dependency 'rainbow', '>= 2.2', '< 4.0' s.add_runtime_dependency 'ruby2ruby', '~> 2.4' s.add_runtime_dependency 'rubyserial', '~> 0.5'