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
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PATH
apollo-federation (~> 3.10, >= 3.10.3)
elasticgraph-graphql (= 1.1.1.pre)
elasticgraph-support (= 1.1.1.pre)
graphql (~> 2.5.19, != 2.5.20)
graphql (~> 2.5.21)

PATH
remote: elasticgraph-datastore_core
Expand Down Expand Up @@ -91,7 +91,7 @@ PATH
base64 (~> 0.3)
elasticgraph-datastore_core (= 1.1.1.pre)
elasticgraph-schema_artifacts (= 1.1.1.pre)
graphql (~> 2.5.19, != 2.5.20)
graphql (~> 2.5.21)

PATH
remote: elasticgraph-health_check
Expand Down Expand Up @@ -170,7 +170,7 @@ PATH
elasticgraph-query_registry (1.1.1.pre)
elasticgraph-graphql (= 1.1.1.pre)
elasticgraph-support (= 1.1.1.pre)
graphql (~> 2.5.19, != 2.5.20)
graphql (~> 2.5.21)
rake (~> 13.3, >= 13.3.1)

PATH
Expand All @@ -194,7 +194,7 @@ PATH
elasticgraph-indexer (= 1.1.1.pre)
elasticgraph-schema_artifacts (= 1.1.1.pre)
elasticgraph-support (= 1.1.1.pre)
graphql (~> 2.5.19, != 2.5.20)
graphql (~> 2.5.21)
rake (~> 13.3, >= 13.3.1)

PATH
Expand Down Expand Up @@ -364,7 +364,7 @@ GEM
ffi (~> 1)
ffi-compiler (~> 1)
rake (~> 13.3)
graphql (2.5.19)
graphql (2.5.21)
base64
fiber-storage
logger
Expand Down Expand Up @@ -829,7 +829,7 @@ CHECKSUMS
google-protobuf (4.34.0) sha256=bffaea30fbe2807c80667a78953b15645b3bef62b25c10ca187e4418119be531
google-protobuf (4.34.0-arm64-darwin) sha256=f83967a8095a9da676b79ba372c58fef2ca3878428bd40febfce65b3752c90d1
google-protobuf (4.34.0-java) sha256=8dc3d00a93abd394e394005f9e0c7e54e9a25c8a3d63eb976f3c2fd62e6968e2
graphql (2.5.19) sha256=6c70cf41cbe7d02921fb679229689d181768a45a2a7cc2f39b240cdf3a5fa299
graphql (2.5.21) sha256=9069249c2ef007409c0b7ae49f95b8f25e108f731b8859499ad090edd529f337
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.5.19", "!= 2.5.20"
spec.add_dependency "graphql", "~> 2.5.21"
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.5.19", "!= 2.5.20"
spec.add_dependency "graphql", "~> 2.5.21"

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.5.19", "!= 2.5.20"
spec.add_dependency "graphql", "~> 2.5.21"
spec.add_dependency "rake", "~> 13.3", ">= 13.3.1"

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.5.19", "!= 2.5.20"
spec.add_dependency "graphql", "~> 2.5.21"
spec.add_dependency "rake", "~> 13.3", ">= 13.3.1"

spec.add_development_dependency "elasticgraph-admin", ElasticGraph::VERSION
Expand Down
70 changes: 37 additions & 33 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: addressable
version: '2.8'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: ast
version: '2.4'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: async
version: '2.12'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: aws-sdk-cloudwatch
Expand Down Expand Up @@ -70,39 +70,39 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: cgi
version: '0.5'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: concurrent-ruby
version: '1.1'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: connection_pool
version: '2.4'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: csv
version: '3.3'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: date
Expand All @@ -114,7 +114,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: digest
Expand All @@ -130,15 +130,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: faraday
version: '2.7'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: fileutils
Expand All @@ -154,31 +154,31 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: graphql
version: '1.12'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: hashdiff
version: '1.1'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: i18n
version: '1.10'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: io-console
Expand All @@ -194,19 +194,23 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: logger
version: '0'
version: '1.7'
source:
type: stdlib
type: git
name: ruby/gem_rbs_collection
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: minitest
version: '5.25'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: monitor
Expand All @@ -226,7 +230,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: openssl
Expand All @@ -242,15 +246,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: parser
version: '3.2'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: pp
Expand All @@ -270,23 +274,23 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rainbow
version: '3.0'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rake
version: '13.0'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rdoc
Expand All @@ -298,7 +302,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: ripper
Expand All @@ -310,15 +314,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rubocop-ast
version: '1.46'
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: securerandom
Expand All @@ -330,7 +334,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: singleton
Expand All @@ -354,7 +358,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: time
Expand All @@ -370,7 +374,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: uri
Expand All @@ -386,7 +390,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
revision: 9fe4350e38c040ec50d18ce914261667ffc1c7cd
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: yard-markdown
Expand Down