diff options
author | Tiago Botelho <tiagonbotelho@hotmail.com> | 2017-07-24 19:27:29 +0100 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2017-07-25 12:57:43 +0100 |
commit | a872c3e886528016d5383ef9260277b8120e2cc4 (patch) | |
tree | 3d9ef190db09ebfba96cfd1fab9a0baa6f81b050 /Gemfile | |
parent | f39f54c6e6e02d23f59702bbbfc2b43864dc17be (diff) | |
download | gitlab-ce-a872c3e886528016d5383ef9260277b8120e2cc4.tar.gz |
Bumps Gitlab Omniauth LDAP versionbump-omniauth-ldap-gem-version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |