diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-10 11:15:23 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-10 11:15:23 +0200 |
commit | f964067c95082ac2960a7bdc7d8968d5d80424c4 (patch) | |
tree | 8419088a5f027c2e948fc5c9d13bcaf7845bb964 /Gemfile | |
parent | 6b7e80cb198926a07e3fc94ca850edd4ed4169b8 (diff) | |
download | gitlab-ce-f964067c95082ac2960a7bdc7d8968d5d80424c4.tar.gz |
Update omniauth-ldap and net-ldap
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ gem "gitlab_git", '~> 6.0' gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' # LDAP Auth -gem 'gitlab_omniauth-ldap', '1.0.4', require: "omniauth-ldap" +gem 'gitlab_omniauth-ldap', '1.1.0', require: "omniauth-ldap" # Git Wiki gem 'gollum-lib', '~> 3.0.0' |