Skip to content

Commit f3de42e

Browse files
build(deps): bump graphql from 2.5.16 to 2.5.18 (#988)
* build(deps): bump graphql from 2.5.16 to 2.5.18 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.5.16 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.5.16...v2.5.18) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update gem version artifacts. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6bf012 commit f3de42e

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PATH
5353
apollo-federation (~> 3.10, >= 3.10.3)
5454
elasticgraph-graphql (= 1.0.3.pre)
5555
elasticgraph-support (= 1.0.3.pre)
56-
graphql (~> 2.5.16)
56+
graphql (~> 2.5.18)
5757

5858
PATH
5959
remote: elasticgraph-datastore_core
@@ -91,7 +91,7 @@ PATH
9191
base64 (~> 0.3)
9292
elasticgraph-datastore_core (= 1.0.3.pre)
9393
elasticgraph-schema_artifacts (= 1.0.3.pre)
94-
graphql (~> 2.5.16)
94+
graphql (~> 2.5.18)
9595
graphql-c_parser (~> 1.1, >= 1.1.3)
9696

9797
PATH
@@ -173,7 +173,7 @@ PATH
173173
elasticgraph-query_registry (1.0.3.pre)
174174
elasticgraph-graphql (= 1.0.3.pre)
175175
elasticgraph-support (= 1.0.3.pre)
176-
graphql (~> 2.5.16)
176+
graphql (~> 2.5.18)
177177
graphql-c_parser (~> 1.1, >= 1.1.3)
178178
rake (~> 13.3, >= 13.3.1)
179179

@@ -198,7 +198,7 @@ PATH
198198
elasticgraph-indexer (= 1.0.3.pre)
199199
elasticgraph-schema_artifacts (= 1.0.3.pre)
200200
elasticgraph-support (= 1.0.3.pre)
201-
graphql (~> 2.5.16)
201+
graphql (~> 2.5.18)
202202
graphql-c_parser (~> 1.1, >= 1.1.3)
203203
rake (~> 13.3, >= 13.3.1)
204204

@@ -356,7 +356,7 @@ GEM
356356
google-protobuf (4.33.4-arm64-darwin)
357357
bigdecimal
358358
rake (>= 13)
359-
graphql (2.5.16)
359+
graphql (2.5.18)
360360
base64
361361
fiber-storage
362362
logger
@@ -800,7 +800,7 @@ CHECKSUMS
800800
forwardable-extended (2.6.0) sha256=1bec948c469bbddfadeb3bd90eb8c85f6e627a412a3e852acfd7eaedbac3ec97
801801
google-protobuf (4.33.4) sha256=86921935b023ed0d872d6e84382e79016c91689be0520d614c74426778f13c16
802802
google-protobuf (4.33.4-arm64-darwin) sha256=63bb57e3d7108986f961546a536adaa38bd9ab5b1ebc39a1741a16c6eba3e869
803-
graphql (2.5.16) sha256=1c156204cf6796a6a99c48d07e2f4e6b4a861fda2cec5753e1eb1f28c6220797
803+
graphql (2.5.18) sha256=857dc1945e014932077eb7aedf4d4c1b086810faa3c829ffdbd74813ee294120
804804
graphql-c_parser (1.1.3) sha256=a0a7e3221c091285ca03987de50ba8ad49846f66748b5fdd3780729482bbc358
805805
hana (1.3.7) sha256=5425db42d651fea08859811c29d20446f16af196308162894db208cac5ce9b0d
806806
hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1

elasticgraph-apollo/elasticgraph-apollo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
4343

4444
spec.add_dependency "elasticgraph-graphql", ElasticGraph::VERSION
4545
spec.add_dependency "elasticgraph-support", ElasticGraph::VERSION
46-
spec.add_dependency "graphql", "~> 2.5.16"
46+
spec.add_dependency "graphql", "~> 2.5.18"
4747
spec.add_dependency "apollo-federation", "~> 3.10", ">= 3.10.3"
4848

4949
# Note: technically, this is not purely a development dependency, but since `eg-schema_def`

elasticgraph-graphql/elasticgraph-graphql.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
4444
spec.add_dependency "base64", "~> 0.3"
4545
spec.add_dependency "elasticgraph-datastore_core", ElasticGraph::VERSION
4646
spec.add_dependency "elasticgraph-schema_artifacts", ElasticGraph::VERSION
47-
spec.add_dependency "graphql", "~> 2.5.16"
47+
spec.add_dependency "graphql", "~> 2.5.18"
4848
spec.add_dependency "graphql-c_parser", "~> 1.1", ">= 1.1.3"
4949

5050
spec.add_development_dependency "elasticgraph-admin", ElasticGraph::VERSION

elasticgraph-query_registry/elasticgraph-query_registry.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
4343

4444
spec.add_dependency "elasticgraph-graphql", ElasticGraph::VERSION
4545
spec.add_dependency "elasticgraph-support", ElasticGraph::VERSION
46-
spec.add_dependency "graphql", "~> 2.5.16"
46+
spec.add_dependency "graphql", "~> 2.5.18"
4747
spec.add_dependency "graphql-c_parser", "~> 1.1", ">= 1.1.3"
4848
spec.add_dependency "rake", "~> 13.3", ">= 13.3.1"
4949

elasticgraph-schema_definition/elasticgraph-schema_definition.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
4545
spec.add_dependency "elasticgraph-indexer", ElasticGraph::VERSION # needed since we validate that scalar `prepare_for_indexing_with` options are valid (which loads indexing preparer adapters)
4646
spec.add_dependency "elasticgraph-schema_artifacts", ElasticGraph::VERSION
4747
spec.add_dependency "elasticgraph-support", ElasticGraph::VERSION
48-
spec.add_dependency "graphql", "~> 2.5.16"
48+
spec.add_dependency "graphql", "~> 2.5.18"
4949
spec.add_dependency "graphql-c_parser", "~> 1.1", ">= 1.1.3"
5050
spec.add_dependency "rake", "~> 13.3", ">= 13.3.1"
5151

0 commit comments

Comments
 (0)