From 57154057f12c85691c00f817042ff34371f43db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 09:23:51 +0000 Subject: [PATCH] Update rubyzip requirement from < 1.0.0 to < 3.0.0 Updates the requirements on [rubyzip](https://github.com/rubyzip/rubyzip) to permit the latest version. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/0.9.9...v1.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- apktools.gemspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 46ff0d2..51f68b1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'http://rubygems.org' -gem 'rubyzip', '<1.0.0' \ No newline at end of file +gem 'rubyzip', '<2.0.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index a86fa08..7b2b5fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: http://rubygems.org/ specs: - rubyzip (0.9.9) + rubyzip (1.3.0) PLATFORMS ruby DEPENDENCIES - rubyzip (< 1.0.0) + rubyzip (< 2.0.0) BUNDLED WITH 1.10.6 diff --git a/apktools.gemspec b/apktools.gemspec index 4b1d8ca..0644af4 100644 --- a/apktools.gemspec +++ b/apktools.gemspec @@ -35,5 +35,5 @@ Gem::Specification.new do |s| s.executables << 'get_app_version.rb' s.executables << 'read_manifest.rb' - s.add_runtime_dependency 'rubyzip', '<1.0.0' + s.add_runtime_dependency 'rubyzip', '<3.0.0' end \ No newline at end of file