Skip to content

Commit

Permalink
Merge pull request #151 from rmosolgo/allow-graphql-ruby-2
Browse files Browse the repository at this point in the history
Allow graphql 2.0, add it to the build
  • Loading branch information
swalkinshaw committed Feb 9, 2022
2 parents 3ec910d + 43a2faf commit 5208953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.7, '3.0']
graphql_version: ['~> 1.10.0', '~> 1.13']
ruby: [2.4, 2.7, '3.1']
graphql_version: ['~> 1.10.0', '~> 1.13', '~> 2.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion graphql-batch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.metadata['allowed_push_host'] = "https://rubygems.org"

spec.add_runtime_dependency "graphql", ">= 1.10", "< 2"
spec.add_runtime_dependency "graphql", ">= 1.10", "< 3"
spec.add_runtime_dependency "promise.rb", "~> 0.7.2"

spec.add_development_dependency "byebug" if RUBY_ENGINE == 'ruby'
Expand Down

0 comments on commit 5208953

Please sign in to comment.