summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-11-30 13:46:09 +0000
committerGo MAEDA <maeda@farend.jp>2020-11-30 13:46:09 +0000
commita6752f0f81d46a83d2ff629eac8d92b1a992501b (patch)
tree59c26d3a94d60d0e97811036bfad43e17c48f0e0 /Gemfile
parent70aa40654d2b5fa3cb79b96dbf67cae71bd06323 (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c6edcf370..c70f491d2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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