From 01773105b862ad56d8958b83199331e2e397d822 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2020 13:16:57 +0000 Subject: [PATCH] Update rubyzip to version 2.3.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b6acf69..276dacc 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ gemspec gem 'byebug' gem 'mime-types', '< 2.0', platform: :ruby_18 -gem 'rubyzip', '< 1.0', platform: :ruby_18 +gem 'rubyzip', '<= 2.3.0', platform: :ruby_18