From d484b13dd784ba62aac8a12bc8938aa2307c4987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:13:58 +0000 Subject: [PATCH] Bump graphql from 2.4.4 to 2.4.8 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.4.4 to 2.4.8. - [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.4.4...v2.4.8) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8ee7ad8d8..3beb14f90 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem 'sentry-rails', '~> 5.17.3' gem 'sorbet-runtime', '~> 0.5' # GraphQL API https://github.com/rmosolgo/graphql-ruby -gem 'graphql', '~> 2.4.4' +gem 'graphql', '~> 2.4.8' # Doorkeeper for OAuth API tokens gem "doorkeeper", "~> 5.8.1" diff --git a/Gemfile.lock b/Gemfile.lock index 37f8f7c60..0542d0ca8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM ruby-progressbar (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - graphql (2.4.4) + graphql (2.4.8) base64 fiber-storage graphql-rails_logger (1.2.5) @@ -542,7 +542,7 @@ DEPENDENCIES faker (~> 3.5.1) friendly_id (~> 5.5.1) fuubar (~> 2.5.1) - graphql (~> 2.4.4) + graphql (~> 2.4.8) graphql-rails_logger (~> 1.2.5) image_processing (~> 1.13) inline_svg (~> 1.10)