2018-03-19 14:09:54 +05:30
|
|
|
--- a/Gemfile
|
|
|
|
+++ b/Gemfile
|
2018-03-27 20:24:05 +05:30
|
|
|
@@ -402,7 +402,7 @@
|
|
|
|
gem 'grpc', '~> 1.10.0'
|
|
|
|
|
2018-03-19 14:09:54 +05:30
|
|
|
# Locked until https://github.com/google/protobuf/issues/4210 is closed
|
|
|
|
-gem 'google-protobuf', '= 3.5.1'
|
|
|
|
+gem 'google-protobuf', '~> 3.2'
|
|
|
|
|
2018-03-27 20:24:05 +05:30
|
|
|
gem 'toml-rb', '~> 1.0', require: false
|
2018-03-19 14:09:54 +05:30
|
|
|
|