Skip to content

Commit e850ae2

Browse files
authored
Merge pull request #9 from Samsinite/update-ci-graphql-version-matrix
Updates the graphql-ruby minimum supported version to 1.13.0
2 parents 8a0c981 + a18969f commit e850ae2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
- '3.1'
1616
- '3.2'
1717
graphql_version:
18+
- "~> 1.13.0"
19+
- "~> 2.0.0"
1820
- "~> 2.1.0"
21+
- "~> 2.2.0"
1922
rails_version:
2023
- "~> 5.2.0"
2124
- "~> 6.0.0"

graphql-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]
1111

1212
s.add_dependency "activesupport", ">= 3.0"
13-
s.add_dependency "graphql"
13+
s.add_dependency "graphql", ">= 1.13.0"
1414

1515
s.add_development_dependency "actionpack", ">= 3.2.22"
1616
s.add_development_dependency "erubi", "~> 1.6"

0 commit comments

Comments
 (0)