Skip to content

Commit 9a0ee4a

Browse files
Bump rubyzip from 2.4.1 to 3.0.2
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.4.1 to 3.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2300a24 commit 9a0ee4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem 'mime-types', '~> 3.7'
1818
gem 'execjs', '~> 2.10'
1919
gem 'ansi', '~> 1.5'
2020
gem 'term-ansicolor', :require => 'term/ansicolor'
21-
gem 'rubyzip', '~> 2.4'
21+
gem 'rubyzip', '~> 3.0'
2222
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.3'
2424
gem 'activerecord', '~> 7.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ GEM
191191
prism (~> 1.4)
192192
ruby-progressbar (1.13.0)
193193
ruby2_keywords (0.0.5)
194-
rubyzip (2.4.1)
194+
rubyzip (3.0.2)
195195
rushover (0.3.0)
196196
json
197197
rest-client
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
rest-client (~> 2.1.0)
292292
rspec (~> 3.13)
293293
rubocop (~> 1.80.0)
294-
rubyzip (~> 2.4)
294+
rubyzip (~> 3.0)
295295
rushover (~> 0.3.0)
296296
selenium-webdriver (~> 4.35)
297297
sinatra (~> 3.2)

0 commit comments

Comments
 (0)