diff --git a/Gemfile b/Gemfile index afeb2b7d0..30bcae33b 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index a9cb39cfa..8fbb5d432 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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)!