Skip to content

Commit 715885e

Browse files
Bump graphql from 2.3.22 to 2.5.16
Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.3.22 to 2.5.16. - [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.16) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.16 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82b1f1a commit 715885e

2 files changed

Lines changed: 9 additions & 3 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.16"
3939

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

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ GEM
111111
activesupport (>= 6.1)
112112
graphiql-rails (1.10.5)
113113
railties
114-
graphql (2.3.22)
114+
graphql (2.5.16)
115115
base64
116116
fiber-storage
117+
logger
117118
i18n (1.14.7)
118119
concurrent-ruby (~> 1.0)
119120
io-console (0.8.2)
@@ -176,6 +177,8 @@ GEM
176177
racc (~> 1.4)
177178
nokogiri (1.18.10-x86_64-darwin)
178179
racc (~> 1.4)
180+
nokogiri (1.18.10-x86_64-linux-gnu)
181+
racc (~> 1.4)
179182
ostruct (0.6.3)
180183
parallel (1.27.0)
181184
parser (3.3.10.0)
@@ -185,6 +188,7 @@ GEM
185188
pg (1.6.2-aarch64-linux-musl)
186189
pg (1.6.2-arm64-darwin)
187190
pg (1.6.2-x86_64-darwin)
191+
pg (1.6.2-x86_64-linux)
188192
pp (0.6.3)
189193
prettyprint
190194
prettyprint (0.2.0)
@@ -325,6 +329,7 @@ GEM
325329
thruster (0.1.17-aarch64-linux)
326330
thruster (0.1.17-arm64-darwin)
327331
thruster (0.1.17-x86_64-darwin)
332+
thruster (0.1.17-x86_64-linux)
328333
timeout (0.6.0)
329334
tsort (0.2.0)
330335
tzinfo (2.0.6)
@@ -354,14 +359,15 @@ PLATFORMS
354359
arm64-darwin-24
355360
arm64-darwin-25
356361
x86_64-darwin-20
362+
x86_64-linux
357363

358364
DEPENDENCIES
359365
bootsnap (~> 1.18, >= 1.18.6)
360366
brakeman
361367
bundler-audit
362368
debug
363369
graphiql-rails (~> 1.10, >= 1.10.5)
364-
graphql (~> 2.3.22)
370+
graphql (~> 2.5.16)
365371
jbuilder (~> 2.14, >= 2.14.1)
366372
kamal (~> 2.8, >= 2.8.2)
367373
pg (~> 1.1)

0 commit comments

Comments
 (0)