We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0c981 commit a18969fCopy full SHA for a18969f
.github/workflows/ci.yml
@@ -15,7 +15,10 @@ jobs:
15
- '3.1'
16
- '3.2'
17
graphql_version:
18
+ - "~> 1.13.0"
19
+ - "~> 2.0.0"
20
- "~> 2.1.0"
21
+ - "~> 2.2.0"
22
rails_version:
23
- "~> 5.2.0"
24
- "~> 6.0.0"
graphql-client.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
s.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]
11
12
s.add_dependency "activesupport", ">= 3.0"
13
- s.add_dependency "graphql"
+ s.add_dependency "graphql", ">= 1.13.0"
14
s.add_development_dependency "actionpack", ">= 3.2.22"
s.add_development_dependency "erubi", "~> 1.6"
0 commit comments