Skip to content

Commit

Permalink
bump graphql to 1.12.18
Browse files Browse the repository at this point in the history
to add support for Ruby 3.2 related to the use of include in refinements as fixed in this PR:
rmosolgo/graphql-ruby#3674
  • Loading branch information
dipth committed Feb 14, 2023
1 parent cddc685 commit 88def76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
ruby: [2.4, 2.7, '3.1', '3.2']
graphql_version: ['~> 1.10.0', '~> 1.13', '~> 2.0']
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 88def76

Please sign in to comment.