From 56cf4395c49c8fb1298a9472300d6f6024396031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 13:22:10 +0000 Subject: [PATCH] Update graphql requirement from >= 1.10, < 1.13 to >= 1.10, < 1.14 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.0) --- 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..03400844 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', '< 1.14' spec.add_dependency 'rails', '~> 6.1' spec.add_dependency 'solidus_core', ['>= 2.10', '< 4'] spec.add_dependency 'solidus_support', '~> 0.6'