Skip to content

Commit

Permalink
Accept any graphql-ruby version over 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Apr 10, 2017
1 parent d7f92ed commit d0d5853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-query-resolver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "graphql", "~> 1.0.0"
spec.add_runtime_dependency "graphql", ">= 1.0.0"

spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "sqlite3", "~> 1.3", ">= 1.3.12"
Expand Down

0 comments on commit d0d5853

Please sign in to comment.