Skip to content

Commit 1afb764

Browse files
Bump rubyzip from 2.3.2 to 2.4.1
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.3.2 to 2.4.1. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](rubyzip/rubyzip@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] <support@github.com>
1 parent 2b04f63 commit 1afb764

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ GEM
181181
parser (>= 3.3.1.0)
182182
ruby-progressbar (1.13.0)
183183
ruby2_keywords (0.0.5)
184-
rubyzip (2.3.2)
184+
rubyzip (2.4.1)
185185
rushover (0.3.0)
186186
json
187187
rest-client
@@ -281,7 +281,7 @@ DEPENDENCIES
281281
rest-client (~> 2.1.0)
282282
rspec (~> 3.13)
283283
rubocop (~> 1.69.2)
284-
rubyzip (~> 2.3)
284+
rubyzip (~> 2.4)
285285
rushover (~> 0.3.0)
286286
selenium-webdriver (~> 4.27)
287287
sinatra (~> 3.2)

0 commit comments

Comments
 (0)