From 6d74151007a89104e8295d664dd5b309e342c9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:50:36 +0000 Subject: [PATCH] chore(deps): bump graphql from 2.4.5 to 2.4.6 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.4.5 to 2.4.6. - [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.5...v2.4.6) --- 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 28b7649f..373c4d6f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'lograge', '~> 0.14.0' # API gem 'active_model_serializers', '~> 0.10.15' -gem 'graphql', '~> 2.4.5' +gem 'graphql', '~> 2.4.6' gem 'health_check', '~> 3.1.0' gem 'tiny_appstore_connect', '~> 0.1.12' diff --git a/Gemfile.lock b/Gemfile.lock index f4789ec1..81a94dbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ GEM rake (>= 13) graphiql-rails (1.10.1) railties - graphql (2.4.5) + graphql (2.4.6) base64 fiber-storage hashie (5.0.0) @@ -658,7 +658,7 @@ DEPENDENCIES gitlab_omniauth-ldap (~> 2.2.0) good_job (~> 4.5.1) graphiql-rails - graphql (~> 2.4.5) + graphql (~> 2.4.6) health_check (~> 3.1.0) jb (~> 0.8.2) jsbundling-rails (~> 1.3)