From e80b80a832de64a03d201dcbfbe2d55bbc79780e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:08:31 +0000 Subject: [PATCH] Update graphql requirement from >= 1.10, < 1.13 to >= 1.10, < 2.2 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.19) --- 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 1d018c72..b39e7972 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.2' spec.add_dependency 'solidus_core', ['>= 3.2', '< 5'] spec.add_dependency 'solidus_support', '~> 0.6'