From 0777bb917f151742bd93b72b3fcf8ad51b7508f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:19:05 +0000 Subject: [PATCH] Bump graphql from 2.3.18 to 2.4.11 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.3.18 to 2.4.11. - [Release notes](https://github.com/rmosolgo/graphql-ruby/releases) - [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/rmosolgo/graphql-ruby/compare/v2.3.18...v2.4.11) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d206f2233..8ef75f02e 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "foundation_rails_helper", "~> 4.0.1" gem "globalize", "~> 6.3.0" gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" -gem "graphql", "~> 2.3.18" +gem "graphql", "~> 2.4.11" gem "groupdate", "~> 6.5.1" gem "image_processing", "~> 1.13.0" gem "invisible_captcha", "~> 2.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 118f85a39..a1700512e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,9 +261,10 @@ GEM graphiql-rails (1.8.0) railties sprockets-rails - graphql (2.3.18) + graphql (2.4.11) base64 fiber-storage + logger groupdate (6.5.1) activesupport (>= 7) gyoku (1.4.0) @@ -754,7 +755,7 @@ DEPENDENCIES globalize (~> 6.3.0) globalize-accessors (~> 0.3.0) graphiql-rails (~> 1.8.0) - graphql (~> 2.3.18) + graphql (~> 2.4.11) groupdate (~> 6.5.1) htmlbeautifier (~> 1.4.3) i18n-tasks (~> 0.9.37)