summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-07-24 19:27:29 +0100
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-07-25 12:57:43 +0100
commita872c3e886528016d5383ef9260277b8120e2cc4 (patch)
tree3d9ef190db09ebfba96cfd1fab9a0baa6f81b050 /Gemfile
parentf39f54c6e6e02d23f59702bbbfc2b43864dc17be (diff)
downloadgitlab-ce-a872c3e886528016d5383ef9260277b8120e2cc4.tar.gz
Bumps Gitlab Omniauth LDAP versionbump-omniauth-ldap-gem-version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5758b1b554e..d45c15fd650 100644
--- a/Gemfile
+++ b/Gemfile
@@ -60,7 +60,7 @@ gem 'browser', '~> 2.2'
# 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', '~> 1.2.1', require: 'omniauth-ldap'
+gem 'gitlab_omniauth-ldap', '~> 2.0.3', require: 'omniauth-ldap'
# Git Wiki
# Required manually in config/initializers/gollum.rb to control load order