diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2018-01-25 20:59:33 +0100 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2018-01-30 23:48:51 +0100 |
commit | 1ebb781f6a5e25a5e71c77be67f4f53e9c4e72c3 (patch) | |
tree | b7a6c3e4b6514b759056bf2113a898661f81a73b /Gemfile.lock | |
parent | 6f32fa6628785094e7bbf94f22272abe4991d14a (diff) | |
download | gitlab-ce-1ebb781f6a5e25a5e71c77be67f4f53e9c4e72c3.tar.gz |
Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitaly
Closes gitaly#967
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 a8531f8e436..4558b43af48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly-proto (0.82.0) + gitaly-proto (0.83.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (4.7.6) @@ -1056,7 +1056,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly-proto (~> 0.82.0) + gitaly-proto (~> 0.83.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.6.2) |