From 8bd33a3386c740780cdfcdbd5fc2f669c5792189 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 21:26:41 +0000 Subject: [PATCH] Update rubyzip to version 1.3.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b6acf69..dac4ea8 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', '<= 1.3.0', platform: :ruby_18