From 4ff68d42e3be2e27fec5d75ab877c178ababff68 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Fri, 28 Sep 2018 07:28:42 +1000 Subject: [PATCH] Bump rubyzip from '>= 1.2.1' to '>= 1.2.2' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2ae9b1c03..3302e49d9 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'term-ansicolor', :require => 'term/ansicolor' gem 'dm-core' gem 'json' gem 'data_objects' -gem 'rubyzip', '>= 1.2.1' +gem 'rubyzip', '>= 1.2.2' gem 'espeak-ruby', '>= 1.0.4' # Text-to-Voice gem 'nokogiri', '>= 1.7' gem 'rake'