diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-03-17 17:15:39 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-03-17 17:15:39 +0100 |
commit | 16b73176694d248d4ee6f8c8525857169872e12e (patch) | |
tree | ea6e190e5e1f2279cf416b84f6063b154c840958 /Gemfile | |
parent | 409097bd7e0f5857cf0bc5462bd47484980ec787 (diff) | |
download | gitlab-ce-16b73176694d248d4ee6f8c8525857169872e12e.tar.gz |
Update omniauth-ldap.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ gem "gitlab_git", '~> 7.1.0' gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' # LDAP Auth -gem 'gitlab_omniauth-ldap', '1.2.0', require: "omniauth-ldap" +gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap" # Git Wiki gem 'gollum-lib', '~> 4.0.0' |