Skip to content

Commit

Permalink
upgrade apollo-federation gem, downgrade graphql gem. #400
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 25, 2020
1 parent 538eda4 commit 11406cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gem "graphql-errors", "~> 0.4.0"
gem "graphql-batch", "~> 0.4.1"
gem "batch-loader", "~> 1.4", ">= 1.4.1"
gem "graphql-cache", "~> 0.6.0", git: "https://github.com/stackshareio/graphql-cache"
gem "apollo-federation", "~> 0.5.1"
gem 'apollo-federation', '~> 1.0'
gem "google-protobuf", "3.10.0.rc.1"
gem "sprockets", "~> 3.7", ">= 3.7.2"
gem 'uuid', '~> 2.3', '>= 2.3.9'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
apollo-federation (0.5.1)
google-protobuf
graphql
apollo-federation (1.0.0)
google-protobuf (~> 3.7)
graphql (~> 1.9.8)
arel (9.0.0)
ast (2.4.0)
audited (4.9.0)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
globalid (0.4.2)
activesupport (>= 4.2.0)
google-protobuf (3.10.0.rc.1)
graphql (1.10.0)
graphql (1.9.18)
graphql-batch (0.4.2)
graphql (>= 1.3, < 2)
promise.rb (~> 0.7.2)
Expand Down Expand Up @@ -553,7 +553,7 @@ PLATFORMS
DEPENDENCIES
aasm (~> 5.0, >= 5.0.1)
active_model_serializers (~> 0.10.0)
apollo-federation (~> 0.5.1)
apollo-federation (~> 1.0)
audited (~> 4.8)
aws-sdk-s3
aws-sdk-sqs (~> 1.3)
Expand Down

0 comments on commit 11406cb

Please sign in to comment.