From e51f246821dfb06cc70169c78f2f3e1a362b7c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:36:00 +0000 Subject: [PATCH] Bump graphql from 2.3.14 to 2.4.7 in /rails Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.3.14 to 2.4.7. - [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.14...v2.4.7) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rails/Gemfile | 2 +- rails/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rails/Gemfile b/rails/Gemfile index a052f2b..23921d8 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -45,7 +45,7 @@ gem 'faraday' gem 'figaro' -gem 'graphql', '~> 2.3' +gem 'graphql', '~> 2.4' gem 'prettier_print' gem 'syntax_tree' diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index 6a562b4..eb04746 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -139,7 +139,7 @@ GEM activesupport (>= 6.1) graphiql-rails (1.10.1) railties - graphql (2.3.14) + graphql (2.4.7) base64 fiber-storage haml (6.3.0) @@ -349,7 +349,7 @@ DEPENDENCIES faraday figaro graphiql-rails - graphql (~> 2.3) + graphql (~> 2.4) jbuilder launchy pg (~> 1.1)