Skip to content

Commit

Permalink
Merge pull request #9 from Samsinite/update-ci-graphql-version-matrix
Browse files Browse the repository at this point in the history
Updates the graphql-ruby minimum supported version to 1.13.0
  • Loading branch information
rmosolgo authored Feb 2, 2024
2 parents 8a0c981 + a18969f commit e850ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- '3.1'
- '3.2'
graphql_version:
- "~> 1.13.0"
- "~> 2.0.0"
- "~> 2.1.0"
- "~> 2.2.0"
rails_version:
- "~> 5.2.0"
- "~> 6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion graphql-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]

s.add_dependency "activesupport", ">= 3.0"
s.add_dependency "graphql"
s.add_dependency "graphql", ">= 1.13.0"

s.add_development_dependency "actionpack", ">= 3.2.22"
s.add_development_dependency "erubi", "~> 1.6"
Expand Down

0 comments on commit e850ae2

Please sign in to comment.