From 6461eb5acd63f8b7f9fb6ba7cd9f7a131966a045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:57:05 +0000 Subject: [PATCH] chore(deps): bump graphql from 2.2.0 to 2.2.1 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.2.0 to 2.2.1. - [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.2.0...v2.2.1) --- 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 61429045c..dc3fefffd 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'lograge', '~> 0.14.0' # API gem 'active_model_serializers', '~> 0.10.14' -gem 'graphql', '~> 2.2.0' +gem 'graphql', '~> 2.2.1' gem 'rack-cors', '~> 2.0.1' gem 'health_check', '~> 3.1.0' gem 'tiny_appstore_connect', '~> 0.1.12' diff --git a/Gemfile.lock b/Gemfile.lock index 198af11c6..0f10d25ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM graphiql-rails (1.9.0) railties sprockets-rails - graphql (2.2.0) + graphql (2.2.1) racc (~> 1.4) hashie (5.0.0) health_check (3.1.0) @@ -589,7 +589,7 @@ DEPENDENCIES friendly_id (~> 5.5.1) gitlab_omniauth-ldap (~> 2.2.0) graphiql-rails - graphql (~> 2.2.0) + graphql (~> 2.2.1) health_check (~> 3.1.0) improved_jenkins_client (~> 1.6.7) jb (~> 0.8.2)