From 6debb556900ea8eed996e5ae5b580d30652875aa Mon Sep 17 00:00:00 2001 From: Tiago Botelho Date: Thu, 10 Aug 2017 16:50:14 +0100 Subject: Bumps omniauth-ldap gem version to 2.0.4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 2a4b4717153..83f7199cbc4 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem 'gpgme' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master -gem 'gitlab_omniauth-ldap', '~> 2.0.3', require: 'omniauth-ldap' +gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap' gem 'net-ldap' # Git Wiki -- cgit v1.2.1 From daa0137b41eeec4008e8292971601fc8594b5329 Mon Sep 17 00:00:00 2001 From: Ahmad Sherif Date: Wed, 9 Aug 2017 08:36:24 +0200 Subject: Migrate force push check to Gitaly --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index fcd4889eea8..61aedd32819 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.1