From 0e0fa514ba41fec78619f55b16d773f222ee0f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:24:25 +0000 Subject: [PATCH] Build(deps): Update rubyzip requirement from ~> 2.3.2 to >= 2.3.2, < 2.5.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/v2.3.2...v2.4.1) --- updated-dependencies: - dependency-name: rubyzip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- tetra.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9c432d2..8e76ec3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH json_pure (>= 2.6.3, < 2.9.0) open4 (~> 1.3.4) rexml (>= 3.2.9, < 3.5.0) - rubyzip (~> 2.3.2) + rubyzip (>= 2.3.2, < 2.5.0) text (~> 1.3.1) GEM @@ -110,7 +110,7 @@ GEM rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) - rubyzip (2.3.2) + rubyzip (2.4.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) diff --git a/tetra.gemspec b/tetra.gemspec index cb417a8..1626c9d 100644 --- a/tetra.gemspec +++ b/tetra.gemspec @@ -39,6 +39,6 @@ Gem::Specification.new do |s| s.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.9.0" s.add_runtime_dependency "open4", "~> 1.3.4" s.add_runtime_dependency "rexml", ">= 3.2.9", "< 3.5.0" - s.add_runtime_dependency "rubyzip", "~> 2.3.2" + s.add_runtime_dependency "rubyzip", ">= 2.3.2", "< 2.5.0" s.add_runtime_dependency "text", "~> 1.3.1" end