diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-09-04 16:57:03 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-09-06 16:01:47 -0300 |
commit | 932b2af84446c117bb6743ee794688d0f81f0fee (patch) | |
tree | d7304a52f27244030005fd7faf4c0783da6b8ba3 /Gemfile | |
parent | dd6604027411c407b675be52285b158fa9f0bf89 (diff) | |
download | gitlab-ce-932b2af84446c117bb6743ee794688d0f81f0fee.tar.gz |
Use gitaly-proto 0.117.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.113.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.117.0', require: 'gitaly' gem 'grpc', '~> 1.11.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |