From 0f62e70e23ac32a9df41f24f0f1b0be6ada606db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:25:58 +0000 Subject: [PATCH] Bump graphql from 2.0.26 to 2.1.0 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.0.26 to 2.1.0. - [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.0.26...v2.1.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b0f1e63..09ef2e4 100644 --- a/Gemfile +++ b/Gemfile @@ -74,4 +74,4 @@ group :test do end gem 'graphiql-rails', group: :development -gem 'graphql', '~> 2.0' +gem 'graphql', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 07d51f6..7c683f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM graphiql-rails (1.9.0) railties sprockets-rails - graphql (2.0.26) + graphql (2.1.0) i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) @@ -267,7 +267,7 @@ DEPENDENCIES capybara debug graphiql-rails - graphql (~> 2.0) + graphql (~> 2.1) jbuilder puma (~> 6.3) rails (~> 7.0.7, >= 7.0.7.2)