Skip to content

Commit 63c7615

Browse files
Bump graphql from 2.3.22 to 2.5.18
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.3.22 to 2.5.18. - [Release notes](https://github.com/rmosolgo/graphql-ruby/releases) - [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md) - [Commits](rmosolgo/graphql-ruby@v2.3.22...v2.5.18) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29e01ad commit 63c7615

2 files changed

Lines changed: 9 additions & 100 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem "kamal", "~> 2.8", ">= 2.8.2", require: false
3535
# Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
3636
gem "thruster", "~> 0.1.16", require: false
3737

38-
gem "graphql", "~> 2.3.22"
38+
gem "graphql", "~> 2.5.18"
3939

4040
gem "rack-cors", "~> 3.0"
4141

Gemfile.lock

Lines changed: 8 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
action_text-trix (2.1.16)
54
action_text-trix (2.1.16)
65
railties
7-
actioncable (8.1.2)
8-
actionpack (= 8.1.2)
9-
activesupport (= 8.1.2)
106
actioncable (8.1.2)
117
actionpack (= 8.1.2)
128
activesupport (= 8.1.2)
139
nio4r (~> 2.0)
1410
websocket-driver (>= 0.6.1)
1511
zeitwerk (~> 2.6)
16-
actionmailbox (8.1.2)
17-
actionpack (= 8.1.2)
18-
activejob (= 8.1.2)
19-
activerecord (= 8.1.2)
20-
activestorage (= 8.1.2)
21-
activesupport (= 8.1.2)
2212
actionmailbox (8.1.2)
2313
actionpack (= 8.1.2)
2414
activejob (= 8.1.2)
2515
activerecord (= 8.1.2)
2616
activestorage (= 8.1.2)
2717
activesupport (= 8.1.2)
2818
mail (>= 2.8.0)
29-
actionmailer (8.1.2)
30-
actionpack (= 8.1.2)
31-
actionview (= 8.1.2)
32-
activejob (= 8.1.2)
33-
activesupport (= 8.1.2)
3419
actionmailer (8.1.2)
3520
actionpack (= 8.1.2)
3621
actionview (= 8.1.2)
3722
activejob (= 8.1.2)
3823
activesupport (= 8.1.2)
3924
mail (>= 2.8.0)
4025
rails-dom-testing (~> 2.2)
41-
actionpack (8.1.2)
42-
actionview (= 8.1.2)
43-
activesupport (= 8.1.2)
4426
actionpack (8.1.2)
4527
actionview (= 8.1.2)
4628
activesupport (= 8.1.2)
@@ -51,55 +33,35 @@ GEM
5133
rails-dom-testing (~> 2.2)
5234
rails-html-sanitizer (~> 1.6)
5335
useragent (~> 0.16)
54-
actiontext (8.1.2)
5536
actiontext (8.1.2)
5637
action_text-trix (~> 2.1.15)
5738
actionpack (= 8.1.2)
5839
activerecord (= 8.1.2)
5940
activestorage (= 8.1.2)
6041
activesupport (= 8.1.2)
61-
actionpack (= 8.1.2)
62-
activerecord (= 8.1.2)
63-
activestorage (= 8.1.2)
64-
activesupport (= 8.1.2)
6542
globalid (>= 0.6.0)
6643
nokogiri (>= 1.8.5)
67-
actionview (8.1.2)
68-
activesupport (= 8.1.2)
6944
actionview (8.1.2)
7045
activesupport (= 8.1.2)
7146
builder (~> 3.1)
7247
erubi (~> 1.11)
7348
rails-dom-testing (~> 2.2)
7449
rails-html-sanitizer (~> 1.6)
75-
activejob (8.1.2)
76-
activesupport (= 8.1.2)
7750
activejob (8.1.2)
7851
activesupport (= 8.1.2)
7952
globalid (>= 0.3.6)
8053
activemodel (8.1.2)
8154
activesupport (= 8.1.2)
82-
activerecord (8.1.2)
83-
activemodel (= 8.1.2)
84-
activesupport (= 8.1.2)
85-
activemodel (8.1.2)
86-
activesupport (= 8.1.2)
8755
activerecord (8.1.2)
8856
activemodel (= 8.1.2)
8957
activesupport (= 8.1.2)
9058
timeout (>= 0.4.0)
91-
activestorage (8.1.2)
92-
actionpack (= 8.1.2)
93-
activejob (= 8.1.2)
94-
activerecord (= 8.1.2)
95-
activesupport (= 8.1.2)
9659
activestorage (8.1.2)
9760
actionpack (= 8.1.2)
9861
activejob (= 8.1.2)
9962
activerecord (= 8.1.2)
10063
activesupport (= 8.1.2)
10164
marcel (~> 1.0)
102-
activesupport (8.1.2)
10365
activesupport (8.1.2)
10466
base64
10567
bigdecimal
@@ -117,25 +79,19 @@ GEM
11779
base64 (0.3.0)
11880
bcrypt_pbkdf (1.1.2)
11981
bigdecimal (4.0.1)
120-
bigdecimal (4.0.1)
12182
bindex (0.8.1)
122-
bootsnap (1.21.1)
12383
bootsnap (1.21.1)
12484
msgpack (~> 1.2)
125-
brakeman (7.1.2)
12685
brakeman (7.1.2)
12786
racc
12887
builder (3.3.0)
12988
bundler-audit (0.9.3)
13089
bundler (>= 1.2.0)
13190
thor (~> 1.0)
13291
concurrent-ruby (1.3.6)
133-
concurrent-ruby (1.3.6)
13492
connection_pool (3.0.2)
13593
crass (1.0.6)
13694
date (3.5.1)
137-
debug (1.11.1)
138-
date (3.5.1)
13995
debug (1.11.1)
14096
irb (~> 1.10)
14197
reline (>= 0.3.8)
@@ -144,7 +100,6 @@ GEM
144100
drb (2.2.3)
145101
ed25519 (1.4.0)
146102
erb (6.0.1)
147-
erb (6.0.1)
148103
erubi (1.13.1)
149104
et-orbi (1.4.0)
150105
tzinfo
@@ -156,15 +111,13 @@ GEM
156111
activesupport (>= 6.1)
157112
graphiql-rails (1.10.5)
158113
railties
159-
graphql (2.3.22)
114+
graphql (2.5.18)
160115
base64
161116
fiber-storage
162-
i18n (1.14.8)
117+
logger
163118
i18n (1.14.8)
164119
concurrent-ruby (~> 1.0)
165120
io-console (0.8.2)
166-
irb (1.16.0)
167-
io-console (0.8.2)
168121
irb (1.16.0)
169122
pp (>= 0.6.0)
170123
rdoc (>= 4.0.0)
@@ -173,8 +126,6 @@ GEM
173126
actionview (>= 7.0.0)
174127
activesupport (>= 7.0.0)
175128
json (2.18.0)
176-
kamal (2.10.1)
177-
json (2.18.0)
178129
kamal (2.10.1)
179130
activesupport (>= 7.0)
180131
base64 (~> 0.2)
@@ -189,7 +140,6 @@ GEM
189140
language_server-protocol (3.17.0.5)
190141
lint_roller (1.1.0)
191142
logger (1.7.0)
192-
loofah (2.25.0)
193143
loofah (2.25.0)
194144
crass (~> 1.0.2)
195145
nokogiri (>= 1.12.0)
@@ -201,12 +151,9 @@ GEM
201151
net-smtp
202152
marcel (1.1.0)
203153
mini_mime (1.1.5)
204-
minitest (6.0.1)
205-
prism (~> 1.5)
206154
minitest (6.0.1)
207155
prism (~> 1.5)
208156
msgpack (1.8.0)
209-
net-imap (0.6.2)
210157
net-imap (0.6.2)
211158
date
212159
net-protocol
@@ -222,42 +169,34 @@ GEM
222169
net-protocol
223170
net-ssh (7.3.0)
224171
nio4r (2.7.5)
225-
nokogiri (1.19.0-aarch64-linux-gnu)
226172
nokogiri (1.19.0-aarch64-linux-gnu)
227173
racc (~> 1.4)
228-
nokogiri (1.19.0-aarch64-linux-musl)
229174
nokogiri (1.19.0-aarch64-linux-musl)
230175
racc (~> 1.4)
231-
nokogiri (1.19.0-arm64-darwin)
232176
nokogiri (1.19.0-arm64-darwin)
233177
racc (~> 1.4)
234178
nokogiri (1.19.0-x86_64-darwin)
235-
nokogiri (1.19.0-x86_64-darwin)
179+
racc (~> 1.4)
180+
nokogiri (1.19.0-x86_64-linux-gnu)
236181
racc (~> 1.4)
237182
ostruct (0.6.3)
238183
parallel (1.27.0)
239-
parser (3.3.10.1)
240184
parser (3.3.10.1)
241185
ast (~> 2.4.1)
242186
racc
243187
pg (1.6.3-aarch64-linux)
244188
pg (1.6.3-aarch64-linux-musl)
245189
pg (1.6.3-arm64-darwin)
246190
pg (1.6.3-x86_64-darwin)
247-
pg (1.6.3-aarch64-linux)
248-
pg (1.6.3-aarch64-linux-musl)
249-
pg (1.6.3-arm64-darwin)
250-
pg (1.6.3-x86_64-darwin)
191+
pg (1.6.3-x86_64-linux)
251192
pp (0.6.3)
252193
prettyprint
253194
prettyprint (0.2.0)
254195
prism (1.8.0)
255-
prism (1.8.0)
256196
propshaft (1.3.1)
257197
actionpack (>= 7.0.0)
258198
activesupport (>= 7.0.0)
259199
rack
260-
psych (5.3.1)
261200
psych (5.3.1)
262201
date
263202
stringio
@@ -276,18 +215,6 @@ GEM
276215
rack (>= 1.3)
277216
rackup (2.3.1)
278217
rack (>= 3)
279-
rails (8.1.2)
280-
actioncable (= 8.1.2)
281-
actionmailbox (= 8.1.2)
282-
actionmailer (= 8.1.2)
283-
actionpack (= 8.1.2)
284-
actiontext (= 8.1.2)
285-
actionview (= 8.1.2)
286-
activejob (= 8.1.2)
287-
activemodel (= 8.1.2)
288-
activerecord (= 8.1.2)
289-
activestorage (= 8.1.2)
290-
activesupport (= 8.1.2)
291218
rails (8.1.2)
292219
actioncable (= 8.1.2)
293220
actionmailbox (= 8.1.2)
@@ -302,17 +229,13 @@ GEM
302229
activesupport (= 8.1.2)
303230
bundler (>= 1.15.0)
304231
railties (= 8.1.2)
305-
railties (= 8.1.2)
306232
rails-dom-testing (2.3.0)
307233
activesupport (>= 5.0.0)
308234
minitest
309235
nokogiri (>= 1.6)
310236
rails-html-sanitizer (1.6.2)
311237
loofah (~> 2.21)
312238
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
313-
railties (8.1.2)
314-
actionpack (= 8.1.2)
315-
activesupport (= 8.1.2)
316239
railties (8.1.2)
317240
actionpack (= 8.1.2)
318241
activesupport (= 8.1.2)
@@ -324,7 +247,6 @@ GEM
324247
zeitwerk (~> 2.6)
325248
rainbow (3.1.1)
326249
rake (13.3.1)
327-
rdoc (7.1.0)
328250
rdoc (7.1.0)
329251
erb
330252
psych (>= 4.0.0)
@@ -349,7 +271,6 @@ GEM
349271
rspec-mocks (~> 3.10)
350272
rspec-support (~> 3.10)
351273
rspec-support (3.13.6)
352-
rubocop (1.82.1)
353274
rubocop (1.82.1)
354275
json (~> 2.3)
355276
language_server-protocol (~> 3.17.0.2)
@@ -359,19 +280,15 @@ GEM
359280
rainbow (>= 2.2.2, < 4.0)
360281
regexp_parser (>= 2.9.3, < 3.0)
361282
rubocop-ast (>= 1.48.0, < 2.0)
362-
rubocop-ast (>= 1.48.0, < 2.0)
363283
ruby-progressbar (~> 1.7)
364284
unicode-display_width (>= 2.4.0, < 4.0)
365-
rubocop-ast (1.49.0)
366285
rubocop-ast (1.49.0)
367286
parser (>= 3.3.7.2)
368287
prism (~> 1.7)
369-
prism (~> 1.7)
370288
rubocop-performance (1.26.1)
371289
lint_roller (~> 1.1)
372290
rubocop (>= 1.75.0, < 2.0)
373291
rubocop-ast (>= 1.47.1, < 2.0)
374-
rubocop-rails (2.34.3)
375292
rubocop-rails (2.34.3)
376293
activesupport (>= 4.2.0)
377294
lint_roller (~> 1.1)
@@ -393,15 +310,13 @@ GEM
393310
activejob (>= 7.2)
394311
activerecord (>= 7.2)
395312
railties (>= 7.2)
396-
solid_queue (1.3.1)
397313
solid_queue (1.3.1)
398314
activejob (>= 7.1)
399315
activerecord (>= 7.1)
400316
concurrent-ruby (>= 1.3.1)
401317
fugit (~> 1.11)
402318
railties (>= 7.1)
403319
thor (>= 1.3.1)
404-
sshkit (1.25.0)
405320
sshkit (1.25.0)
406321
base64
407322
logger
@@ -414,20 +329,14 @@ GEM
414329
thruster (0.1.17-aarch64-linux)
415330
thruster (0.1.17-arm64-darwin)
416331
thruster (0.1.17-x86_64-darwin)
417-
timeout (0.6.0)
418-
stringio (3.2.0)
419-
thor (1.5.0)
420-
thruster (0.1.17-aarch64-linux)
421-
thruster (0.1.17-arm64-darwin)
422-
thruster (0.1.17-x86_64-darwin)
332+
thruster (0.1.17-x86_64-linux)
423333
timeout (0.6.0)
424334
tsort (0.2.0)
425335
tzinfo (2.0.6)
426336
concurrent-ruby (~> 1.0)
427337
unicode-display_width (3.2.0)
428338
unicode-emoji (~> 4.1)
429339
unicode-emoji (4.2.0)
430-
unicode-emoji (4.2.0)
431340
uri (1.1.1)
432341
useragent (0.16.11)
433342
web-console (4.2.1)
@@ -440,7 +349,6 @@ GEM
440349
websocket-extensions (>= 0.1.0)
441350
websocket-extensions (0.1.5)
442351
zeitwerk (2.7.4)
443-
zeitwerk (2.7.4)
444352

445353
PLATFORMS
446354
aarch64-linux
@@ -451,14 +359,15 @@ PLATFORMS
451359
arm64-darwin-24
452360
arm64-darwin-25
453361
x86_64-darwin-20
362+
x86_64-linux
454363

455364
DEPENDENCIES
456365
bootsnap (~> 1.18, >= 1.18.6)
457366
brakeman
458367
bundler-audit
459368
debug
460369
graphiql-rails (~> 1.10, >= 1.10.5)
461-
graphql (~> 2.3.22)
370+
graphql (~> 2.5.18)
462371
jbuilder (~> 2.14, >= 2.14.1)
463372
kamal (~> 2.8, >= 2.8.2)
464373
pg (~> 1.1)

0 commit comments

Comments
 (0)