diff options
author | Francisco Javier López <fjlopez@gitlab.com> | 2018-07-31 12:35:02 -0400 |
---|---|---|
committer | Francisco Javier López <fjlopez@gitlab.com> | 2018-11-07 14:03:30 +0100 |
commit | 28cbb2acfe413148ff23b8ed4b3293e09ab376f5 (patch) | |
tree | 0d8546cda9e06b79d03886e9ee82128b03c1d8d6 /Gemfile | |
parent | 681d927f18f81755d88c56c0b6e267c9866c7bb4 (diff) | |
download | gitlab-ce-28cbb2acfe413148ff23b8ed4b3293e09ab376f5.tar.gz |
Add submodule update API endpoint
This new endpoint allow users to update a submodule's reference.
The MR involves adding a new operation RPC operation in gitaly-proto
(see gitlab-org/gitaly-proto!233) and change Gitaly to use this
new version (see gitlab-org/gitaly!936).
See gitlab-org/gitlab-ce!20949
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly' +gem 'gitaly-proto', '~> 0.123.0', require: 'gitaly' gem 'grpc', '~> 1.15.0' gem 'google-protobuf', '~> 3.6' |