Skip to content

Commit 4197989

Browse files
committed
Update dependencies
This pins the version for them `graphql` gem, as version 2.1.0 has a bug that breaks query parsing. We can track progress on this in issue [#311](https://github.com/github/graphql-client/issues/310) upstream.
1 parent a73f834 commit 4197989

File tree

2 files changed

+85
-77
lines changed

2 files changed

+85
-77
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.1.2'
55

66
gem 'bootsnap', require: false
7+
gem 'graphql', '~> 2.0.27'
78
gem 'graphql-client'
89
gem 'http'
910
gem 'importmap-rails'

Gemfile.lock

Lines changed: 84 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -10,72 +10,72 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.7.2)
14-
actionpack (= 7.0.7.2)
15-
activesupport (= 7.0.7.2)
13+
actioncable (7.0.8)
14+
actionpack (= 7.0.8)
15+
activesupport (= 7.0.8)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.7.2)
19-
actionpack (= 7.0.7.2)
20-
activejob (= 7.0.7.2)
21-
activerecord (= 7.0.7.2)
22-
activestorage (= 7.0.7.2)
23-
activesupport (= 7.0.7.2)
18+
actionmailbox (7.0.8)
19+
actionpack (= 7.0.8)
20+
activejob (= 7.0.8)
21+
activerecord (= 7.0.8)
22+
activestorage (= 7.0.8)
23+
activesupport (= 7.0.8)
2424
mail (>= 2.7.1)
2525
net-imap
2626
net-pop
2727
net-smtp
28-
actionmailer (7.0.7.2)
29-
actionpack (= 7.0.7.2)
30-
actionview (= 7.0.7.2)
31-
activejob (= 7.0.7.2)
32-
activesupport (= 7.0.7.2)
28+
actionmailer (7.0.8)
29+
actionpack (= 7.0.8)
30+
actionview (= 7.0.8)
31+
activejob (= 7.0.8)
32+
activesupport (= 7.0.8)
3333
mail (~> 2.5, >= 2.5.4)
3434
net-imap
3535
net-pop
3636
net-smtp
3737
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.7.2)
39-
actionview (= 7.0.7.2)
40-
activesupport (= 7.0.7.2)
38+
actionpack (7.0.8)
39+
actionview (= 7.0.8)
40+
activesupport (= 7.0.8)
4141
rack (~> 2.0, >= 2.2.4)
4242
rack-test (>= 0.6.3)
4343
rails-dom-testing (~> 2.0)
4444
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.7.2)
46-
actionpack (= 7.0.7.2)
47-
activerecord (= 7.0.7.2)
48-
activestorage (= 7.0.7.2)
49-
activesupport (= 7.0.7.2)
45+
actiontext (7.0.8)
46+
actionpack (= 7.0.8)
47+
activerecord (= 7.0.8)
48+
activestorage (= 7.0.8)
49+
activesupport (= 7.0.8)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.0.7.2)
53-
activesupport (= 7.0.7.2)
52+
actionview (7.0.8)
53+
activesupport (= 7.0.8)
5454
builder (~> 3.1)
5555
erubi (~> 1.4)
5656
rails-dom-testing (~> 2.0)
5757
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.7.2)
59-
activesupport (= 7.0.7.2)
58+
activejob (7.0.8)
59+
activesupport (= 7.0.8)
6060
globalid (>= 0.3.6)
61-
activemodel (7.0.7.2)
62-
activesupport (= 7.0.7.2)
63-
activerecord (7.0.7.2)
64-
activemodel (= 7.0.7.2)
65-
activesupport (= 7.0.7.2)
66-
activestorage (7.0.7.2)
67-
actionpack (= 7.0.7.2)
68-
activejob (= 7.0.7.2)
69-
activerecord (= 7.0.7.2)
70-
activesupport (= 7.0.7.2)
61+
activemodel (7.0.8)
62+
activesupport (= 7.0.8)
63+
activerecord (7.0.8)
64+
activemodel (= 7.0.8)
65+
activesupport (= 7.0.8)
66+
activestorage (7.0.8)
67+
actionpack (= 7.0.8)
68+
activejob (= 7.0.8)
69+
activerecord (= 7.0.8)
70+
activesupport (= 7.0.8)
7171
marcel (~> 1.0)
7272
mini_mime (>= 1.1.0)
73-
activesupport (7.0.7.2)
73+
activesupport (7.0.8)
7474
concurrent-ruby (~> 1.0, >= 1.0.2)
7575
i18n (>= 1.6, < 2)
7676
minitest (>= 5.1)
7777
tzinfo (~> 2.0)
78-
addressable (2.8.4)
78+
addressable (2.8.5)
7979
public_suffix (>= 2.0.2, < 6.0)
8080
annotate (3.2.0)
8181
activerecord (>= 3.2, < 8.0)
@@ -123,9 +123,9 @@ GEM
123123
ffi-compiler (1.0.1)
124124
ffi (>= 1.0.0)
125125
rake
126-
globalid (1.1.0)
127-
activesupport (>= 5.0)
128-
graphql (2.0.26)
126+
globalid (1.2.1)
127+
activesupport (>= 6.1)
128+
graphql (2.0.27)
129129
graphql-client (0.18.0)
130130
activesupport (>= 3.0)
131131
graphql
@@ -144,8 +144,9 @@ GEM
144144
actionpack (>= 6.0.0)
145145
railties (>= 6.0.0)
146146
io-console (0.6.0)
147-
irb (1.7.3)
148-
reline (>= 0.3.6)
147+
irb (1.8.1)
148+
rdoc
149+
reline (>= 0.3.8)
149150
jbuilder (2.11.5)
150151
actionview (>= 5.0.0)
151152
activesupport (>= 5.0.0)
@@ -166,10 +167,10 @@ GEM
166167
matrix (0.4.2)
167168
method_source (1.0.0)
168169
mini_mime (1.1.5)
169-
minitest (5.19.0)
170+
minitest (5.20.0)
170171
mocha (2.1.0)
171172
ruby2_keywords (>= 0.0.5)
172-
msgpack (1.7.1)
173+
msgpack (1.7.2)
173174
net-imap (0.3.7)
174175
date
175176
net-protocol
@@ -190,50 +191,54 @@ GEM
190191
parser (3.2.2.3)
191192
ast (~> 2.4.1)
192193
racc
193-
pg (1.5.3)
194+
pg (1.5.4)
195+
psych (5.1.0)
196+
stringio
194197
public_suffix (5.0.3)
195198
puma (6.3.1)
196199
nio4r (~> 2.0)
197200
racc (1.7.1)
198201
rack (2.2.8)
199202
rack-test (2.1.0)
200203
rack (>= 1.3)
201-
rails (7.0.7.2)
202-
actioncable (= 7.0.7.2)
203-
actionmailbox (= 7.0.7.2)
204-
actionmailer (= 7.0.7.2)
205-
actionpack (= 7.0.7.2)
206-
actiontext (= 7.0.7.2)
207-
actionview (= 7.0.7.2)
208-
activejob (= 7.0.7.2)
209-
activemodel (= 7.0.7.2)
210-
activerecord (= 7.0.7.2)
211-
activestorage (= 7.0.7.2)
212-
activesupport (= 7.0.7.2)
204+
rails (7.0.8)
205+
actioncable (= 7.0.8)
206+
actionmailbox (= 7.0.8)
207+
actionmailer (= 7.0.8)
208+
actionpack (= 7.0.8)
209+
actiontext (= 7.0.8)
210+
actionview (= 7.0.8)
211+
activejob (= 7.0.8)
212+
activemodel (= 7.0.8)
213+
activerecord (= 7.0.8)
214+
activestorage (= 7.0.8)
215+
activesupport (= 7.0.8)
213216
bundler (>= 1.15.0)
214-
railties (= 7.0.7.2)
217+
railties (= 7.0.8)
215218
rails-dom-testing (2.2.0)
216219
activesupport (>= 5.0.0)
217220
minitest
218221
nokogiri (>= 1.6)
219222
rails-html-sanitizer (1.6.0)
220223
loofah (~> 2.21)
221224
nokogiri (~> 1.14)
222-
railties (7.0.7.2)
223-
actionpack (= 7.0.7.2)
224-
activesupport (= 7.0.7.2)
225+
railties (7.0.8)
226+
actionpack (= 7.0.8)
227+
activesupport (= 7.0.8)
225228
method_source
226229
rake (>= 12.2)
227230
thor (~> 1.0)
228231
zeitwerk (~> 2.5)
229232
rainbow (3.1.1)
230233
rake (13.0.6)
234+
rdoc (6.5.0)
235+
psych (>= 4.0.0)
231236
regexp_parser (2.8.1)
232-
reline (0.3.6)
237+
reline (0.3.8)
233238
io-console (~> 0.5)
234239
rexml (3.2.6)
235-
rouge (4.1.2)
236-
rubocop (1.56.1)
240+
rouge (4.1.3)
241+
rubocop (1.56.3)
237242
base64 (~> 0.1.1)
238243
json (~> 2.3)
239244
language_server-protocol (>= 3.17.0)
@@ -247,7 +252,7 @@ GEM
247252
unicode-display_width (>= 2.4.0, < 3.0)
248253
rubocop-ast (1.29.0)
249254
parser (>= 3.2.1.0)
250-
rubocop-rails (2.20.2)
255+
rubocop-rails (2.21.1)
251256
activesupport (>= 4.2.0)
252257
rack (>= 1.1)
253258
rubocop (>= 1.33.0, < 2.0)
@@ -262,14 +267,14 @@ GEM
262267
sprockets (> 3.0)
263268
sprockets-rails
264269
tilt
265-
selenium-webdriver (4.11.0)
270+
selenium-webdriver (4.12.0)
266271
rexml (~> 3.2, >= 3.2.5)
267272
rubyzip (>= 1.2.2, < 3.0)
268273
websocket (~> 1.0)
269-
sentry-rails (5.10.0)
274+
sentry-rails (5.11.0)
270275
railties (>= 5.0)
271-
sentry-ruby (~> 5.10.0)
272-
sentry-ruby (5.10.0)
276+
sentry-ruby (~> 5.11.0)
277+
sentry-ruby (5.11.0)
273278
concurrent-ruby (~> 1.0, >= 1.0.2)
274279
simplecov (0.22.0)
275280
docile (~> 1.1)
@@ -278,20 +283,21 @@ GEM
278283
simplecov-html (0.12.3)
279284
simplecov-lcov (0.8.0)
280285
simplecov_json_formatter (0.1.4)
281-
sprockets (4.2.0)
286+
sprockets (4.2.1)
282287
concurrent-ruby (~> 1.0)
283288
rack (>= 2.2.4, < 4)
284289
sprockets-rails (3.4.2)
285290
actionpack (>= 5.2)
286291
activesupport (>= 5.2)
287292
sprockets (>= 3.0.0)
288-
sqlite3 (1.6.3-arm64-darwin)
289-
sqlite3 (1.6.3-x86_64-darwin)
290-
sqlite3 (1.6.3-x86_64-linux)
293+
sqlite3 (1.6.6-arm64-darwin)
294+
sqlite3 (1.6.6-x86_64-darwin)
295+
sqlite3 (1.6.6-x86_64-linux)
291296
stimulus-rails (1.2.2)
292297
railties (>= 6.0.0)
298+
stringio (3.0.8)
293299
thor (1.2.2)
294-
tilt (2.2.0)
300+
tilt (2.3.0)
295301
timeout (0.4.0)
296302
turbo-rails (1.4.0)
297303
actionpack (>= 6.0.0)
@@ -304,12 +310,12 @@ GEM
304310
unf_ext (0.0.8.2)
305311
unicode-display_width (2.4.2)
306312
vcr (6.2.0)
307-
web-console (4.2.0)
313+
web-console (4.2.1)
308314
actionview (>= 6.0.0)
309315
activemodel (>= 6.0.0)
310316
bindex (>= 0.4.0)
311317
railties (>= 6.0.0)
312-
webmock (3.18.1)
318+
webmock (3.19.1)
313319
addressable (>= 2.8.0)
314320
crack (>= 0.3.2)
315321
hashdiff (>= 0.4.0, < 2.0.0)
@@ -337,6 +343,7 @@ DEPENDENCIES
337343
climate_control
338344
debug
339345
dotenv-rails
346+
graphql (~> 2.0.27)
340347
graphql-client
341348
http
342349
importmap-rails

0 commit comments

Comments
 (0)