Skip to content

Commit f45f6b1

Browse files
Build(deps): Update rubyzip requirement from >= 2.3.2, < 2.5.0 to >= 2.3.2, < 3.2.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/main/Changelog.md) - [Commits](rubyzip/rubyzip@v2.4.1...v3.1.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44abe4a commit f45f6b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
json_pure (>= 2.6.3, < 2.9.0)
88
open4 (~> 1.3.4)
99
rexml (>= 3.2.9, < 3.5.0)
10-
rubyzip (>= 2.3.2, < 2.5.0)
10+
rubyzip (>= 2.3.2, < 3.2.0)
1111
text (~> 1.3.1)
1212

1313
GEM
@@ -116,7 +116,7 @@ GEM
116116
lint_roller (~> 1.1)
117117
rubocop (~> 1.72, >= 1.72.1)
118118
ruby-progressbar (1.13.0)
119-
rubyzip (2.4.1)
119+
rubyzip (3.1.0)
120120
simplecov (0.22.0)
121121
docile (~> 1.1)
122122
simplecov-html (~> 0.11)

tetra.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Gem::Specification.new do |s|
3939
s.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.9.0"
4040
s.add_runtime_dependency "open4", "~> 1.3.4"
4141
s.add_runtime_dependency "rexml", ">= 3.2.9", "< 3.5.0"
42-
s.add_runtime_dependency "rubyzip", ">= 2.3.2", "< 2.5.0"
42+
s.add_runtime_dependency "rubyzip", ">= 2.3.2", "< 3.2.0"
4343
s.add_runtime_dependency "text", "~> 1.3.1"
4444
end

0 commit comments

Comments
 (0)