From 89f5638fd8fb672f5eadd369d8c0c867d06347e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:43:54 +0000 Subject: [PATCH] Bump graphql from 2.5.20 to 2.5.21 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.5.20 to 2.5.21. - [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.5.20...v2.5.21) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.21 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 b5c14c12..3993658a 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'actionpack' gem "mongoid" # Use graphql gem for handle API -gem 'graphql', "~> 2.5.20" +gem 'graphql', "~> 2.5.21" group :development, :test do gem "pry-byebug" diff --git a/Gemfile.lock b/Gemfile.lock index 2ff14d35..1c7b4234 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM cgi (>= 0.3.3) erubi (1.13.1) fiber-storage (1.0.0) - graphql (2.5.20) + graphql (2.5.21) base64 fiber-storage logger @@ -157,7 +157,7 @@ PLATFORMS DEPENDENCIES actionpack activemodel - graphql (~> 2.5.20) + graphql (~> 2.5.21) mongoid pry-byebug rspec-rails