0
0
Fork 0

update gem, test pam authentication (#7028)

* update gem, test pam authentication

* add description for test parameters

* fix inclusion of optional group
This commit is contained in:
Alexander 2018-04-11 21:40:38 +02:00 committed by Eugen Rochko
parent 12f5f13fab
commit 8e88a18316
6 changed files with 73 additions and 6 deletions

View file

@ -33,7 +33,7 @@ gem 'devise', '~> 4.4'
gem 'devise-two-factor', '~> 3.0'
group :pam_authentication, optional: true do
gem 'devise_pam_authenticatable2', '~> 9.0'
gem 'devise_pam_authenticatable2', '~> 9.1'
end
gem 'net-ldap', '~> 0.10'