From 55097ce908948177212827c30d7401ed362f82e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 15:25:38 +0000 Subject: [PATCH] Update graphql requirement from >= 1.10, < 1.13 to >= 1.10, < 2.1 Updates the requirements on [graphql](https://github.com/rmosolgo/graphql-ruby) to permit the latest version. - [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.10.0...v1.13.9) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solidus_graphql_api.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidus_graphql_api.gemspec b/solidus_graphql_api.gemspec index 14af8bc0..5f23d98f 100644 --- a/solidus_graphql_api.gemspec +++ b/solidus_graphql_api.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency 'batch-loader', '~> 2.0' - spec.add_dependency 'graphql', '>= 1.10', '< 1.13' + spec.add_dependency 'graphql', '>= 1.10', '< 2.1' spec.add_dependency 'rails', '~> 6.1' spec.add_dependency 'solidus_core', ['>= 2.10', '< 4'] spec.add_dependency 'solidus_support', '~> 0.6'