Skip to content

Commit

Permalink
Drop graphql 1.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Apr 5, 2024
1 parent f4d4f34 commit 33fa8d2
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.7, 3.0, 3.1, 3.2, 3.3]
graphql_version: ['~> 1.12.18', '~> 1.13', '~> 2.0']
graphql_version: ['~> 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 @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

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

spec.add_runtime_dependency "graphql", ">= 1.12.18", "< 3"
spec.add_runtime_dependency "graphql", ">= 1.13", "< 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 33fa8d2

Please sign in to comment.