From 6f9ad4a319786023067d0981e468d10023d38035 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 24 May 2019 19:27:46 +0000 Subject: [PATCH] Update rubyzip to version 1.2.3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b6acf69..89a9e3a 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.2.3', platform: :ruby_18