From ee5952369b9825138aff23fd61ff3d7621548c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 10:12:41 +0000 Subject: [PATCH] Bump rubyzip from 0.9.9 to 1.3.0 in /Retention Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 0.9.9 to 1.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/0.9.9...v1.3.0) Signed-off-by: dependabot[bot] --- Retention/Gemfile | 2 +- Retention/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Retention/Gemfile b/Retention/Gemfile index 099d44a..274af22 100644 --- a/Retention/Gemfile +++ b/Retention/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' gem 'keen' gem 'activesupport', require: "active_support/all" #for datetime calculation e.g. weeks.ago.at_beginning_of_week -gem 'rubyzip', '~> 0.9.9' +gem 'rubyzip', '~> 1.3.0' gem 'simple_xlsx_writer', require: "simple_xlsx" #for outputting excel files diff --git a/Retention/Gemfile.lock b/Retention/Gemfile.lock index b974e54..4947a4d 100644 --- a/Retention/Gemfile.lock +++ b/Retention/Gemfile.lock @@ -16,7 +16,7 @@ GEM multi_json (~> 1.3) minitest (5.4.0) multi_json (1.10.1) - rubyzip (0.9.9) + rubyzip (1.3.0) simple_xlsx_writer (0.5.3) fast_xs (>= 0.7.3) rubyzip (>= 0.9.4) @@ -30,5 +30,5 @@ PLATFORMS DEPENDENCIES activesupport keen - rubyzip (~> 0.9.9) + rubyzip (~> 1.3.0) simple_xlsx_writer