From 9d9824d1f3d4f65e4cc483be29f15aa748e4f0be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 20:42:18 +0000 Subject: [PATCH] Bump groupdate from 3.2.0 to 5.1.0 Bumps [groupdate](https://github.com/ankane/groupdate) from 3.2.0 to 5.1.0. - [Release notes](https://github.com/ankane/groupdate/releases) - [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/groupdate/compare/v3.2.0...v5.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fce3501a7..3580027a7 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "globalize", "~> 5.2.0" gem "globalize-accessors", "~> 0.2.1" gem "graphiql-rails", "~> 1.4.1" gem "graphql", "~> 1.7.8" -gem "groupdate", "~> 3.2.0" +gem "groupdate", "~> 5.1.0" gem "initialjs-rails", "~> 0.2.0.8" gem "invisible_captcha", "~> 0.10.0" gem "jquery-fileupload-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 1ccaaef87..fdaaf97be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,8 +256,8 @@ GEM graphiql-rails (1.4.8) rails graphql (1.7.8) - groupdate (3.2.0) - activesupport (>= 3) + groupdate (5.1.0) + activesupport (>= 5) gyoku (1.3.1) builder (>= 2.1.2) hashie (4.1.0) @@ -653,7 +653,7 @@ DEPENDENCIES globalize-accessors (~> 0.2.1) graphiql-rails (~> 1.4.1) graphql (~> 1.7.8) - groupdate (~> 3.2.0) + groupdate (~> 5.1.0) i18n-tasks (~> 0.9.29) initialjs-rails (~> 0.2.0.8) invisible_captcha (~> 0.10.0)