Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PATH
apollo-federation (~> 3.10, >= 3.10.3)
elasticgraph-graphql (= 1.2.1.pre)
elasticgraph-support (= 1.2.1.pre)
graphql (~> 2.6.2)
graphql (~> 2.6.3)

PATH
remote: elasticgraph-datastore_core
Expand Down Expand Up @@ -68,7 +68,7 @@ PATH
base64 (~> 0.3)
elasticgraph-datastore_core (= 1.2.1.pre)
elasticgraph-schema_artifacts (= 1.2.1.pre)
graphql (~> 2.6.2)
graphql (~> 2.6.3)

PATH
remote: elasticgraph-health_check
Expand Down Expand Up @@ -153,7 +153,7 @@ PATH
elasticgraph-query_registry (1.2.1.pre)
elasticgraph-graphql (= 1.2.1.pre)
elasticgraph-support (= 1.2.1.pre)
graphql (~> 2.6.2)
graphql (~> 2.6.3)
rake (~> 13.4, >= 13.4.2)

PATH
Expand All @@ -177,7 +177,7 @@ PATH
elasticgraph-indexer (= 1.2.1.pre)
elasticgraph-schema_artifacts (= 1.2.1.pre)
elasticgraph-support (= 1.2.1.pre)
graphql (~> 2.6.2)
graphql (~> 2.6.3)
rake (~> 13.4, >= 13.4.2)

PATH
Expand Down Expand Up @@ -360,7 +360,7 @@ GEM
ffi (~> 1)
ffi-compiler (~> 1)
rake (~> 13.3)
graphql (2.6.2)
graphql (2.6.3)
base64
fiber-storage
logger
Expand Down Expand Up @@ -759,7 +759,7 @@ CHECKSUMS
benchmark-ips (2.15.1) sha256=07a1a9f3c6105ecaf68c174fc3fbcddd71a0e9ada6236ae03093a0dcfd812d59
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
bigdecimal (4.1.2-java) sha256=ccc836eab720a525529f70ed0de26a206fdbc9a9e8ac67b3b4ac7318b03e114d
bundler (4.0.15) sha256=a4ceb882fe94a0e0ac63cd0813932bbfd631a14e5ac0b7975189b19a4d28d9e7
bundler (4.0.13) sha256=19f08be7f27022cf0b89f27da0b044ae075e8270a9ef44ad248a932614e1ca3b
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
colorator (1.1.0) sha256=e2f85daf57af47d740db2a32191d1bdfb0f6503a0dfbc8327d0c9154d5ddfc38
concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
Expand Down Expand Up @@ -829,7 +829,7 @@ CHECKSUMS
google-protobuf (4.35.0) sha256=95346162c792ed78c9a28cbf2d937a53f706de6df36a27471582f63f03c30c0d
google-protobuf (4.35.0-arm64-darwin) sha256=66ab26d3fc82b8950702e53ab16c198e3c0ea3f2a38aaaf1f32152da45593ac5
google-protobuf (4.35.0-java) sha256=b221d1b274ccacd2d6da0e5cfa83fae65492fe4e6cf93ae9032d7af3c9b4713e
graphql (2.6.2) sha256=42971edc2281c963cb94b4fcef4897ff7ffe3a52c4467706df6fe0531f1b4858
graphql (2.6.3) sha256=31fe845b509fda27db38d09380f27ffc0de1c7ea2f9f3b12fa42bdde8317239b
graphql-c_parser (1.1.3) sha256=a0a7e3221c091285ca03987de50ba8ad49846f66748b5fdd3780729482bbc358
hana (1.3.7) sha256=5425db42d651fea08859811c29d20446f16af196308162894db208cac5ce9b0d
hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1
Expand Down
2 changes: 1 addition & 1 deletion elasticgraph-apollo/elasticgraph-apollo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "elasticgraph-graphql", ElasticGraph::VERSION
spec.add_dependency "elasticgraph-support", ElasticGraph::VERSION
spec.add_dependency "graphql", "~> 2.6.2"
spec.add_dependency "graphql", "~> 2.6.3"
spec.add_dependency "apollo-federation", "~> 3.10", ">= 3.10.3"

# Note: technically, this is not purely a development dependency, but since `eg-schema_def`
Expand Down
2 changes: 1 addition & 1 deletion elasticgraph-graphql/elasticgraph-graphql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "base64", "~> 0.3"
spec.add_dependency "elasticgraph-datastore_core", ElasticGraph::VERSION
spec.add_dependency "elasticgraph-schema_artifacts", ElasticGraph::VERSION
spec.add_dependency "graphql", "~> 2.6.2"
spec.add_dependency "graphql", "~> 2.6.3"

spec.add_development_dependency "elasticgraph-admin", ElasticGraph::VERSION
spec.add_development_dependency "elasticgraph-elasticsearch", ElasticGraph::VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "elasticgraph-graphql", ElasticGraph::VERSION
spec.add_dependency "elasticgraph-support", ElasticGraph::VERSION
spec.add_dependency "graphql", "~> 2.6.2"
spec.add_dependency "graphql", "~> 2.6.3"
spec.add_dependency "rake", "~> 13.4", ">= 13.4.2"

spec.add_development_dependency "elasticgraph-elasticsearch", ElasticGraph::VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
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)
spec.add_dependency "elasticgraph-schema_artifacts", ElasticGraph::VERSION
spec.add_dependency "elasticgraph-support", ElasticGraph::VERSION
spec.add_dependency "graphql", "~> 2.6.2"
spec.add_dependency "graphql", "~> 2.6.3"
spec.add_dependency "rake", "~> 13.4", ">= 13.4.2"

spec.add_development_dependency "elasticgraph-admin", ElasticGraph::VERSION
Expand Down