diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-12-04 14:13:22 +0100 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-12-05 14:09:15 +0100 |
commit | 887a3739163c32fd5b815dcbba4a59fc69b6db23 (patch) | |
tree | 1ff8e996f971e71b895107d58c17c508566d6210 /Gemfile.lock | |
parent | a39d6d896f6a83176c67c6ebc965ce76eab5249c (diff) | |
download | gitlab-ce-887a3739163c32fd5b815dcbba4a59fc69b6db23.tar.gz |
Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitaly
Closes gitaly#780
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 fdb81b101f5..48e46e3fab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -276,7 +276,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly-proto (0.58.0) + gitaly-proto (0.59.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (4.7.6) @@ -1037,7 +1037,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly-proto (~> 0.58.0) + gitaly-proto (~> 0.59.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.6.2) |