diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-08 13:46:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-08 13:46:47 +0000 |
commit | 2bc719e2c8deccaedc523ffa6ae2849321fc5cc3 (patch) | |
tree | 16d765af721c77e8634973b68cfcbc6dbe97bc0e /Gemfile | |
parent | 21e00bfdbf31e18d957127f64f62a841dab84925 (diff) | |
download | redmine-2bc719e2c8deccaedc523ffa6ae2849321fc5cc3.tar.gz redmine-2bc719e2c8deccaedc523ffa6ae2849321fc5cc3.zip |
LdapError is deprecated (#24970).
git-svn-id: http://svn.redmine.org/redmine/trunk@16773 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ gem "rbpdf", "~> 1.19.2" # Optional gem for LDAP authentication group :ldap do - gem "net-ldap", "~> 0.12.0" + gem "net-ldap", "~> 0.16.0" end # Optional gem for OpenID authentication |