diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-10-13 15:11:53 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-10-16 15:53:48 +0200 |
commit | fa5eeaecfb85d428395ef76999c60f37cf185990 (patch) | |
tree | 07763d8b467cb1103f577c6dfdf67884c79de392 /Gemfile | |
parent | d7326003a0317a5abc98a830bfac2f54ad752c08 (diff) | |
download | gitlab-ce-fa5eeaecfb85d428395ef76999c60f37cf185990.tar.gz |
Migrate Gitlab::Git::Wiki#write_page to Gitalyfeature/migrate-wiki-write-page-to-gitaly
Closes gitaly#638
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.42.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.45.0', require: 'gitaly' gem 'toml-rb', '~> 0.3.15', require: false |