Skip to content

Commit

Permalink
updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 4, 2019
1 parent 93d3c99 commit 0d8e3b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-batch', '~> 0.4.0'
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.4.0'
gem 'google-protobuf', '~> 3.10.0.rc.1'
gem 'google-protobuf', '3.10.0.rc.1'
# gem 'ddtrace', '~> 0.23.3'

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ GEM
git (1.5.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-protobuf (3.10.0-universal-darwin)
google-protobuf (3.10.0.rc.1)
graphql (1.9.12)
graphql-batch (0.4.1)
graphql (>= 1.3, < 2)
Expand Down Expand Up @@ -574,7 +574,7 @@ DEPENDENCIES
flipper-active_support_cache_store
gender_detector (~> 0.1.2)
git (~> 1.5)
google-protobuf (~> 3.10.0.rc.1)
google-protobuf (= 3.10.0.rc.1)
graphql (~> 1.9, >= 1.9.4)
graphql-batch (~> 0.4.0)
graphql-cache (~> 0.6.0)!
Expand Down

0 comments on commit 0d8e3b1

Please sign in to comment.