diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-10-31 12:38:15 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-10-31 13:47:34 +0200 |
commit | b3a0166203e4b187de8956a14b40957f7d967e32 (patch) | |
tree | affc5d377381eff6d0200be67701ae76c80b31a1 /Gemfile.lock | |
parent | 7e78db6e04c3760c90d676e9a797b1b16b1dff7b (diff) | |
download | gitlab-ce-b3a0166203e4b187de8956a14b40957f7d967e32.tar.gz |
Migrate Gitlab::Git::Wiki#delete_page to Gitaly
Closes gitaly#673
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 34f4e6af7e7..0a94a9ce497 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,7 +273,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly-proto (0.48.0) + gitaly-proto (0.51.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (4.7.6) @@ -1030,7 +1030,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly-proto (~> 0.48.0) + gitaly-proto (~> 0.51.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.6.2) |