diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-08-09 08:36:24 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-08-11 19:42:17 +0200 |
commit | daa0137b41eeec4008e8292971601fc8594b5329 (patch) | |
tree | 58987f0d4bb22efdf1027c870bf4980693f22829 /Gemfile | |
parent | 8d2099cd8ab02209a0c7aeccc43ecba57a07ae2a (diff) | |
download | gitlab-ce-daa0137b41eeec4008e8292971601fc8594b5329.tar.gz |
Migrate force push check to Gitalyfeature/migrate-force-push-check-to-gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -402,7 +402,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly', '~> 0.26.0' +gem 'gitaly', '~> 0.27.0' gem 'toml-rb', '~> 0.3.15', require: false |