From 3c89ae1920c38cea0a5bc742ee957d4813e0c3cf Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 31 Aug 2018 17:44:56 +0000 Subject: [PATCH] Update rubyzip to version 1.2.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b6acf69..26ad4e2 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.2', platform: :ruby_18