Skip to content

Commit

Permalink
Merge pull request #156 from dipth/ruby_3_2
Browse files Browse the repository at this point in the history
Add support for Ruby 3.2
  • Loading branch information
swalkinshaw authored Feb 14, 2023
2 parents 2971bec + 88def76 commit 425d9dc
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.1']
graphql_version: ['~> 1.10.0', '~> 1.13', '~> 2.0']
ruby: [2.4, 2.7, '3.1', '3.2']
graphql_version: ['~> 1.12.18', '~> 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", "< 3"
spec.add_runtime_dependency "graphql", ">= 1.12.18", "< 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 425d9dc

Please sign in to comment.