diff options
author | Robert Speicher <robert@gitlab.com> | 2017-08-11 20:43:25 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-08-11 20:43:25 +0000 |
commit | f8fa7a050ed7388345d5f8e8520461f447a00694 (patch) | |
tree | cdbcc5ebeab6f22afe40cd15c8561e1aff1226d1 /Gemfile.lock | |
parent | 3254ad4d5a4c8114d0580b64aafeb24bd8abf926 (diff) | |
parent | daa0137b41eeec4008e8292971601fc8594b5329 (diff) | |
download | gitlab-ce-f8fa7a050ed7388345d5f8e8520461f447a00694.tar.gz |
Merge branch 'feature/migrate-force-push-check-to-gitaly' into 'master'
Migrate force push check to Gitaly
See merge request !13406
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 3d435b6f901..d443209349d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly (0.26.0) + gitaly (0.27.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (4.7.6) @@ -984,7 +984,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly (~> 0.26.0) + gitaly (~> 0.27.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.5.1) |