diff --git a/Gemfile b/Gemfile index 6e04b3a7c0..777cd059a7 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'mime-types', '~> 3.7' gem 'execjs', '~> 2.10' gem 'ansi', '~> 1.5' gem 'term-ansicolor', :require => 'term/ansicolor' -gem 'rubyzip', '~> 2.4' +gem 'rubyzip', '~> 3.0' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.3' gem 'activerecord', '~> 7.2' diff --git a/Gemfile.lock b/Gemfile.lock index 76b158d2ec..ba251b109d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM prism (~> 1.4) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - rubyzip (2.4.1) + rubyzip (3.0.1) rushover (0.3.0) json rest-client @@ -291,7 +291,7 @@ DEPENDENCIES rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.79.2) - rubyzip (~> 2.4) + rubyzip (~> 3.0) rushover (~> 0.3.0) selenium-webdriver (~> 4.35) sinatra (~> 3.2)