From 7ad3514a5dafeaa12fd9f98a58742f33852e9f41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 08:13:28 +0000 Subject: [PATCH] Update graphql requirement from ~> 1.9.0 to >= 1.9, < 1.11 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.9.0...v1.10.0) Signed-off-by: dependabot-preview[bot] --- dry-graphql.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dry-graphql.gemspec b/dry-graphql.gemspec index 537591e..275f622 100644 --- a/dry-graphql.gemspec +++ b/dry-graphql.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'dry-struct', '~> 1.0' spec.add_runtime_dependency 'dry-types', '~> 1.1' - spec.add_runtime_dependency 'graphql', '~> 1.9.0' + spec.add_runtime_dependency 'graphql', '>= 1.9', '< 1.11' spec.add_development_dependency 'appraisal' spec.add_development_dependency 'bundler', '~> 1.16'