11 lines
288 B
Diff
11 lines
288 B
Diff
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -395,7 +395,7 @@
|
|
end
|
|
|
|
# Gitaly GRPC client
|
|
-gem 'gitaly-proto', '~> 0.84.0', require: 'gitaly'
|
|
+gem 'gitaly-proto', '~> 0.84', require: 'gitaly'
|
|
# Locked until https://github.com/google/protobuf/issues/4210 is closed
|
|
gem 'google-protobuf', '= 3.5.1'
|
|
|