diff --git a/Gemfile b/Gemfile index d8344bf29d..8bbd6dc395 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :development do gem 'rspec' gem 'rubocop' gem 'rubocop-rspec' - gem 'rubyzip' + gem 'rubyzip', '>= 1.2.2' gem 'tee' gem 'terminal-table' gem 'webmock' diff --git a/Gemfile.lock b/Gemfile.lock index 532e18b9f3..0e25abcfa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM rubocop-rspec (1.24.0) rubocop (>= 0.53.0) ruby-progressbar (1.9.0) - rubyzip (1.2.1) + rubyzip (1.2.2) safe_yaml (1.0.4) tee (1.0.0) terminal-table (1.8.0) @@ -60,11 +60,11 @@ DEPENDENCIES rspec rubocop rubocop-rspec - rubyzip + rubyzip (>= 1.2.2) tee terminal-table webmock yard BUNDLED WITH - 1.16.1 + 1.16.5