From 4c156fa1ed890535d4b37c94d9d4a0c4ed3e4f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 20:31:21 -0500 Subject: [PATCH] Bump graphql from 1.13.8 to 2.0.0 (#167) Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.13.8 to 2.0.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/v1.13.8...v2.0.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index efe52e7..88ab942 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM bootsnap (1.10.3) msgpack (~> 1.2) fixture_dependencies (1.10.0) - graphql (1.13.8) + graphql (2.0.0) mocha (1.13.0) msgpack (1.4.4) nio4r (2.5.8)