Skip to content

Commit 60c2b16

Browse files
committed
Support gem graphql v2.1
1 parent ba5f275 commit 60c2b16

18 files changed

Lines changed: 55 additions & 38 deletions

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ workflows:
6565
- gemfiles/rails7.0_graphql1.12.gemfile
6666
- gemfiles/rails7.0_graphql1.13.gemfile
6767
- gemfiles/rails7.0_graphql2.0.gemfile
68+
- gemfiles/rails7.0_graphql2.1.gemfile
6869
exclude:
6970
- ruby-version: '2.4'
7071
gemfile: gemfiles/rails6.0_graphql1.11.gemfile
@@ -88,6 +89,8 @@ workflows:
8889
gemfile: gemfiles/rails7.0_graphql1.13.gemfile
8990
- ruby-version: '2.4'
9091
gemfile: gemfiles/rails7.0_graphql2.0.gemfile
92+
- ruby-version: '2.4'
93+
gemfile: gemfiles/rails7.0_graphql2.1.gemfile
9194
- ruby-version: '2.5'
9295
gemfile: gemfiles/rails7.0_graphql1.11.gemfile
9396
- ruby-version: '2.5'
@@ -100,6 +103,8 @@ workflows:
100103
gemfile: gemfiles/rails7.0_graphql1.13.gemfile
101104
- ruby-version: '2.5'
102105
gemfile: gemfiles/rails7.0_graphql2.0.gemfile
106+
- ruby-version: '2.5'
107+
gemfile: gemfiles/rails7.0_graphql2.1.gemfile
103108
- ruby-version: '2.6'
104109
gemfile: gemfiles/rails7.0_graphql1.11.gemfile
105110
- ruby-version: '2.6'
@@ -108,6 +113,8 @@ workflows:
108113
gemfile: gemfiles/rails7.0_graphql1.13.gemfile
109114
- ruby-version: '2.6'
110115
gemfile: gemfiles/rails7.0_graphql2.0.gemfile
116+
- ruby-version: '2.6'
117+
gemfile: gemfiles/rails7.0_graphql2.1.gemfile
111118
- ruby-version: '2.7'
112119
gemfile: gemfiles/rails4.2_graphql1.8.gemfile
113120
- ruby-version: '3.0'

Appraisals

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,71 +83,71 @@ appraise 'rails5.2-graphql1.12' do
8383
end
8484

8585
appraise 'rails6.0-graphql1.10' do
86-
gem 'sqlite3', '~> 1.4'
86+
gem 'sqlite3', '~> 1.5.4'
8787
gem 'devise', '>= 4.7'
8888
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-0-stable'
8989
gem 'graphql', '~> 1.10.0'
9090
end
9191

9292
appraise 'rails6.0-graphql1.11' do
93-
gem 'sqlite3', '~> 1.4'
93+
gem 'sqlite3', '~> 1.5.4'
9494
gem 'devise', '>= 4.7'
9595
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-0-stable'
9696
gem 'graphql', '~> 1.11.0'
9797
end
9898

9999
appraise 'rails6.0-graphql1.12' do
100-
gem 'sqlite3', '~> 1.4'
100+
gem 'sqlite3', '~> 1.5.4'
101101
gem 'devise', '>= 4.7'
102102
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-0-stable'
103103
gem 'graphql', '~> 1.12.0'
104104
end
105105

106106
appraise 'rails6.0-graphql1.13' do
107-
gem 'sqlite3', '~> 1.4'
107+
gem 'sqlite3', '~> 1.5.4'
108108
gem 'devise', '>= 4.7'
109109
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-0-stable'
110110
gem 'graphql', '~> 1.13.0'
111111
end
112112

113113
appraise 'rails6.1-graphql1.10' do
114-
gem 'sqlite3', '~> 1.4'
114+
gem 'sqlite3', '~> 1.5.4'
115115
gem 'devise', '>= 4.7'
116116
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-1-stable'
117117
gem 'graphql', '~> 1.10.0'
118118
end
119119

120120
appraise 'rails6.1-graphql1.11' do
121-
gem 'sqlite3', '~> 1.4'
121+
gem 'sqlite3', '~> 1.5.4'
122122
gem 'devise', '>= 4.7'
123123
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-1-stable'
124124
gem 'graphql', '~> 1.11.0'
125125
end
126126

127127
appraise 'rails6.1-graphql1.12' do
128-
gem 'sqlite3', '~> 1.4'
128+
gem 'sqlite3', '~> 1.5.4'
129129
gem 'devise', '>= 4.7'
130130
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-1-stable'
131131
gem 'graphql', '~> 1.12.0'
132132
end
133133

134134
appraise 'rails6.1-graphql1.13' do
135-
gem 'sqlite3', '~> 1.4'
135+
gem 'sqlite3', '~> 1.5.4'
136136
gem 'devise', '>= 4.7'
137137
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-1-stable'
138138
gem 'graphql', '~> 1.13.0'
139139
end
140140

141141
appraise 'rails6.1-graphql2.0' do
142-
gem 'sqlite3', '~> 1.4'
142+
gem 'sqlite3', '~> 1.5.4'
143143
gem 'devise', '>= 4.7'
144144
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-1-stable'
145145
gem 'graphql', '~> 2.0.1'
146146
end
147147

148148
appraise 'rails7.0-graphql1.11' do
149149
gem 'sassc-rails'
150-
gem 'sqlite3', '~> 1.4'
150+
gem 'sqlite3', '~> 1.5.4'
151151
gem 'devise', '>= 4.7'
152152
gem 'devise_token_auth', '>= 1.2.1'
153153
gem 'rails', git: 'https://github.com/rails/rails', branch: '7-0-stable'
@@ -156,7 +156,7 @@ end
156156

157157
appraise 'rails7.0-graphql1.12' do
158158
gem 'sassc-rails'
159-
gem 'sqlite3', '~> 1.4'
159+
gem 'sqlite3', '~> 1.5.4'
160160
gem 'devise', '>= 4.7'
161161
gem 'devise_token_auth', '>= 1.2.1'
162162
gem 'rails', git: 'https://github.com/rails/rails', branch: '7-0-stable'
@@ -165,7 +165,7 @@ end
165165

166166
appraise 'rails7.0-graphql1.13' do
167167
gem 'sassc-rails'
168-
gem 'sqlite3', '~> 1.4'
168+
gem 'sqlite3', '~> 1.5.4'
169169
gem 'devise', '>= 4.7'
170170
gem 'devise_token_auth', '>= 1.2.1'
171171
gem 'rails', git: 'https://github.com/rails/rails', branch: '7-0-stable'
@@ -174,9 +174,18 @@ end
174174

175175
appraise 'rails7.0-graphql2.0' do
176176
gem 'sassc-rails'
177-
gem 'sqlite3', '~> 1.4'
177+
gem 'sqlite3', '~> 1.5.4'
178178
gem 'devise_token_auth', '>= 1.2.1'
179179
gem 'devise', '>= 4.7'
180180
gem 'rails', git: 'https://github.com/rails/rails', branch: '7-0-stable'
181181
gem 'graphql', '~> 2.0.1'
182182
end
183+
184+
appraise 'rails7.0-graphql2.1' do
185+
gem 'sassc-rails'
186+
gem 'sqlite3', '~> 1.5.4'
187+
gem 'devise_token_auth', '>= 1.2.1'
188+
gem 'devise', '>= 4.7'
189+
gem 'rails', git: 'https://github.com/rails/rails', branch: '7-0-stable'
190+
gem 'graphql', '>= 2.1', '< 2.2'
191+
end

gemfiles/rails6.0_graphql1.10.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
88
gem "graphql", "~> 1.10.0"

gemfiles/rails6.0_graphql1.11.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
88
gem "graphql", "~> 1.11.0"

gemfiles/rails6.0_graphql1.12.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
88
gem "graphql", "~> 1.12.0"

gemfiles/rails6.0_graphql1.13.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-0-stable"
88
gem "graphql", "~> 1.13.0"

gemfiles/rails6.1_graphql1.10.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
88
gem "graphql", "~> 1.10.0"

gemfiles/rails6.1_graphql1.11.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
88
gem "graphql", "~> 1.11.0"

gemfiles/rails6.1_graphql1.12.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
88
gem "graphql", "~> 1.12.0"

gemfiles/rails6.1_graphql1.13.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "sqlite3", "~> 1.4"
5+
gem "sqlite3", "~> 1.5.4"
66
gem "devise", ">= 4.7"
77
gem "rails", git: "https://github.com/rails/rails", branch: "6-1-stable"
88
gem "graphql", "~> 1.13.0"

0 commit comments

Comments
 (0)