diff options
author | Go MAEDA <maeda@farend.jp> | 2020-11-30 13:46:09 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-11-30 13:46:09 +0000 |
commit | a6752f0f81d46a83d2ff629eac8d92b1a992501b (patch) | |
tree | 59c26d3a94d60d0e97811036bfad43e17c48f0e0 /Gemfile | |
parent | 70aa40654d2b5fa3cb79b96dbf67cae71bd06323 (diff) | |
download | redmine-a6752f0f81d46a83d2ff629eac8d92b1a992501b.tar.gz redmine-a6752f0f81d46a83d2ff629eac8d92b1a992501b.zip |
Update net-ldap to 0.17 (#34339).
git-svn-id: http://svn.redmine.org/redmine/trunk@20519 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ gem 'rqrcode' # Optional gem for LDAP authentication group :ldap do - gem "net-ldap", "~> 0.16.0" + gem 'net-ldap', '~> 0.17.0' end # Optional gem for OpenID authentication |