From 3cadbc92bd3748fb4583c01792f7ab1dcdc85674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 07:29:34 +0000 Subject: [PATCH] Bump graphql from 2.3.22 to 2.5.16 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.3.22 to 2.5.16. - [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.22...v2.5.16) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.16 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a2ae46a..e00feef 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem "kamal", "~> 2.8", ">= 2.8.2", require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/] gem "thruster", "~> 0.1.16", require: false -gem "graphql", "~> 2.3.22" +gem "graphql", "~> 2.5.16" gem "rack-cors", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index eeb5abb..f19efe1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,9 +111,10 @@ GEM activesupport (>= 6.1) graphiql-rails (1.10.5) railties - graphql (2.3.22) + graphql (2.5.16) base64 fiber-storage + logger i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.2) @@ -176,6 +177,8 @@ GEM racc (~> 1.4) nokogiri (1.19.0-x86_64-darwin) racc (~> 1.4) + nokogiri (1.19.0-x86_64-linux-gnu) + racc (~> 1.4) ostruct (0.6.3) parallel (1.27.0) parser (3.3.10.0) @@ -185,6 +188,7 @@ GEM pg (1.6.3-aarch64-linux-musl) pg (1.6.3-arm64-darwin) pg (1.6.3-x86_64-darwin) + pg (1.6.3-x86_64-linux) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -325,6 +329,7 @@ GEM thruster (0.1.17-aarch64-linux) thruster (0.1.17-arm64-darwin) thruster (0.1.17-x86_64-darwin) + thruster (0.1.17-x86_64-linux) timeout (0.6.0) tsort (0.2.0) tzinfo (2.0.6) @@ -354,6 +359,7 @@ PLATFORMS arm64-darwin-24 arm64-darwin-25 x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap (~> 1.18, >= 1.18.6) @@ -361,7 +367,7 @@ DEPENDENCIES bundler-audit debug graphiql-rails (~> 1.10, >= 1.10.5) - graphql (~> 2.3.22) + graphql (~> 2.5.16) jbuilder (~> 2.14, >= 2.14.1) kamal (~> 2.8, >= 2.8.2) pg (~> 1.1)