From c8eda160d42f62b6e2693147cf5c19a26fe869e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:25:44 +0000 Subject: [PATCH] Bump groupdate from 6.4.0 to 6.5.1 Bumps [groupdate](https://github.com/ankane/groupdate) from 6.4.0 to 6.5.1. - [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/groupdate/compare/v6.4.0...v6.5.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 13323572e..120244ccb 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "globalize", "~> 6.3.0" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" gem "graphql", "~> 1.13.22" -gem "groupdate", "~> 6.4.0" +gem "groupdate", "~> 6.5.1" gem "image_processing", "~> 1.13.0" gem "invisible_captcha", "~> 2.3.0" gem "kaminari", "~> 1.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 17b69fc85..22f5ac128 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,8 +255,8 @@ GEM sprockets-rails graphql (1.13.22) base64 - groupdate (6.4.0) - activesupport (>= 6.1) + groupdate (6.5.1) + activesupport (>= 7) gyoku (1.4.0) builder (>= 2.1.2) rexml (~> 3.0) @@ -737,7 +737,7 @@ DEPENDENCIES globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.8.0) graphql (~> 1.13.22) - groupdate (~> 6.4.0) + groupdate (~> 6.5.1) i18n-tasks (~> 0.9.37) image_processing (~> 1.13.0) invisible_captcha (~> 2.3.0)