Skip to content

Commit

Permalink
Allow using graphql gem version >= 1.7.0 only
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Mar 12, 2018
1 parent 8f3019c commit c88e6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-tracing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.1.0' # keyword args

spec.add_runtime_dependency "graphql", ">= 1.6.0", "< 2"
spec.add_runtime_dependency "graphql", ">= 1.7.0", "< 2"

spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit c88e6bb

Please sign in to comment.