diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-07-26 08:19:32 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-07-26 08:19:32 +0000 |
commit | b0e30e8608f8307592d331bc8f852ba710046c89 (patch) | |
tree | f93d81dac07397f34e9583f67869d087703198cb /Gemfile | |
parent | 49b99d835daf86014adf5cdccae8857f0ab48247 (diff) | |
parent | a872c3e886528016d5383ef9260277b8120e2cc4 (diff) | |
download | gitlab-ce-b0e30e8608f8307592d331bc8f852ba710046c89.tar.gz |
Merge branch 'bump-omniauth-ldap-gem-version' into 'master'
Bumps Gitlab Omniauth LDAP version
See merge request !13059
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,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 |