From 974278c581dbf6fc31b22a5278e4b0666d3a871d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:01:36 +0000 Subject: [PATCH] Bump groupdate from 6.1.0 to 6.2.1 Bumps [groupdate](https://github.com/ankane/groupdate) from 6.1.0 to 6.2.1. - [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/groupdate/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: groupdate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index af873856c..82f6c24b3 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "globalize", "~> 6.2.1" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" gem "graphql", "~> 1.12.14" -gem "groupdate", "~> 6.1.0" +gem "groupdate", "~> 6.2.1" gem "image_processing", "~> 1.12.2" gem "initialjs-rails", "~> 0.2.0.9" gem "invisible_captcha", "~> 2.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3b3ba1325..7452e74bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,7 @@ GEM railties sprockets-rails graphql (1.12.14) - groupdate (6.1.0) + groupdate (6.2.1) activesupport (>= 5.2) gyoku (1.4.0) builder (>= 2.1.2) @@ -703,7 +703,7 @@ DEPENDENCIES globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.8.0) graphql (~> 1.12.14) - groupdate (~> 6.1.0) + groupdate (~> 6.2.1) i18n-tasks (~> 0.9.37) image_processing (~> 1.12.2) initialjs-rails (~> 0.2.0.9)