Actions
Patch #34339
closedUpdate net-ldap to 0.17
Description
https://rubygems.org/gems/net-ldap/versions/0.17.0
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
Related issues
Updated by Go MAEDA almost 4 years ago
- Blocks Patch #34071: Handle AuthSourceExceptions in User.try_to_login added
Updated by Go MAEDA almost 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch.
Actions