From 1955806698b805fc5c77e4f37368eb9aeeb4f7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 05:20:35 +0000 Subject: [PATCH] Bump graphql from 2.3.22 to 2.5.15 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.3.22 to 2.5.15. - [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.15) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.15 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a2ae46a..ca251eb 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.15" gem "rack-cors", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index b2c48f3..51e347d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,6 @@ GEM erubi (1.13.1) et-orbi (1.4.0) tzinfo - fiber-storage (1.0.1) fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) @@ -111,9 +110,9 @@ GEM activesupport (>= 6.1) graphiql-rails (1.10.5) railties - graphql (2.3.22) + graphql (2.5.15) base64 - fiber-storage + logger i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) @@ -175,6 +174,8 @@ GEM racc (~> 1.4) nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) ostruct (0.6.3) parallel (1.27.0) parser (3.3.10.0) @@ -184,6 +185,7 @@ GEM pg (1.6.2-aarch64-linux-musl) pg (1.6.2-arm64-darwin) pg (1.6.2-x86_64-darwin) + pg (1.6.2-x86_64-linux) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -324,6 +326,7 @@ GEM thruster (0.1.16-aarch64-linux) thruster (0.1.16-arm64-darwin) thruster (0.1.16-x86_64-darwin) + thruster (0.1.16-x86_64-linux) timeout (0.5.0) tsort (0.2.0) tzinfo (2.0.6) @@ -353,6 +356,7 @@ PLATFORMS arm64-darwin-24 arm64-darwin-25 x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap (~> 1.18, >= 1.18.6) @@ -360,7 +364,7 @@ DEPENDENCIES bundler-audit debug graphiql-rails (~> 1.10, >= 1.10.5) - graphql (~> 2.3.22) + graphql (~> 2.5.15) jbuilder (~> 2.14, >= 2.14.1) kamal (~> 2.8, >= 2.8.2) pg (~> 1.1)