Skip to content

Commit

Permalink
Merge pull request #211 from uyuni-project/dependabot/bundler/rubyzip…
Browse files Browse the repository at this point in the history
…-2.4.1
  • Loading branch information
nodeg authored Jan 7, 2025
2 parents 9524766 + 0e0fa51 commit bcd9dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tetra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcd9dc3

Please sign in to comment.