diff options
author | Ahmad Sherif <ahmad.m.sherif@gmail.com> | 2017-09-05 17:29:45 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-09-05 17:29:45 +0000 |
commit | e10437de407a0782cd49cf5f341517c5b17fdd5e (patch) | |
tree | dedfc13a94771ed00c106d7b0e6ec33f3bc1793f /Gemfile.lock | |
parent | 063e285e6a8c26a95809873fb32fefc54fe9bdb6 (diff) | |
download | gitlab-ce-e10437de407a0782cd49cf5f341517c5b17fdd5e.tar.gz |
Migrate Gitlab::Git::Repository#find_branch to Gitaly
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 cba30e856ed..5761495dddc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -275,7 +275,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly-proto (0.31.0) + gitaly-proto (0.32.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (4.7.6) @@ -1020,7 +1020,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly-proto (~> 0.31.0) + gitaly-proto (~> 0.32.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.5.1) |