Skip to content

Commit 17eac4e

Browse files
Bump rubyzip from 2.4.1 to 3.0.1
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.4.1 to 3.0.1. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](rubyzip/rubyzip@v2.4.1...v3.0.1) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 067c91d commit 17eac4e

2 files changed

Lines changed: 5 additions & 5 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,16 @@ GEM
192192
prism (~> 1.4)
193193
ruby-progressbar (1.13.0)
194194
ruby2_keywords (0.0.5)
195-
rubyzip (2.4.1)
195+
rubyzip (3.0.1)
196196
rushover (0.3.0)
197197
json
198198
rest-client
199199
securerandom (0.4.1)
200-
selenium-webdriver (4.34.0)
200+
selenium-webdriver (4.35.0)
201201
base64 (~> 0.2)
202202
logger (~> 1.4)
203203
rexml (~> 3.2, >= 3.2.5)
204-
rubyzip (>= 1.2.2, < 3.0)
204+
rubyzip (>= 1.2.2, < 4.0)
205205
websocket (~> 1.0)
206206
sinatra (3.2.0)
207207
mustermann (~> 3.0)
@@ -293,7 +293,7 @@ DEPENDENCIES
293293
rest-client (~> 2.1.0)
294294
rspec (~> 3.13)
295295
rubocop (~> 1.79.0)
296-
rubyzip (~> 2.4)
296+
rubyzip (~> 3.0)
297297
rushover (~> 0.3.0)
298298
selenium-webdriver (~> 4.34)
299299
sinatra (~> 3.2)

0 commit comments

Comments
 (0)