]> source.dussan.org Git - redmine.git/commitdiff
Update net-ldap to 0.17 (#34339).
authorGo MAEDA <maeda@farend.jp>
Mon, 30 Nov 2020 13:46:09 +0000 (13:46 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 30 Nov 2020 13:46:09 +0000 (13:46 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20519 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index c6edcf370656291b7869331bd744425a48ed50c5..c70f491d26b111bf21c7494ebe0bf1cf0a09ffe0 100644 (file)
--- 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