From a764bfc8f6f604414208b38af423163cb6c55a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorena=20Jaki=C4=87?= Date: Mon, 14 Sep 2026 10:09:39 +0200 Subject: [PATCH] Allow rubyzip 3.x. --- apktools.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apktools.gemspec b/apktools.gemspec index 2f0b8c8..0dc0b8e 100644 --- a/apktools.gemspec +++ b/apktools.gemspec @@ -30,5 +30,5 @@ Gem::Specification.new do |s| s.executables << 'get_app_version.rb' s.executables << 'read_manifest.rb' - s.add_runtime_dependency 'rubyzip', '~> 2.0' + s.add_runtime_dependency 'rubyzip', '>= 2.0', '< 4.0' end