From b9fb2b61b2af2b0112b2b64f6cb64def9b406ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:14:13 +0000 Subject: [PATCH] chore(deps): bump graphql from 2.4.4 to 2.4.5 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.4.4 to 2.4.5. - [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.5) --- 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 9984e4a9..28b7649f 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.4' +gem 'graphql', '~> 2.4.5' gem 'health_check', '~> 3.1.0' gem 'tiny_appstore_connect', '~> 0.1.12' diff --git a/Gemfile.lock b/Gemfile.lock index be5adc44..5c1363f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ GEM rake (>= 13) graphiql-rails (1.10.1) railties - graphql (2.4.4) + graphql (2.4.5) base64 fiber-storage hashie (5.0.0) @@ -657,7 +657,7 @@ DEPENDENCIES gitlab_omniauth-ldap (~> 2.2.0) good_job (~> 4.5.1) graphiql-rails - graphql (~> 2.4.4) + graphql (~> 2.4.5) health_check (~> 3.1.0) jb (~> 0.8.2) jsbundling-rails (~> 1.3)