diff options
author | Alexander <devkral@web.de> | 2018-04-11 21:40:38 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-04-11 21:40:38 +0200 |
commit | 8e88a18316d45a459a31d67487bccc247592d187 (patch) | |
tree | a5578e0985512b8944587b2cc5f4a548cba00c2c /Gemfile | |
parent | 12f5f13fab1023c3cb2a50c7bcb11f281c7984fb (diff) |
update gem, test pam authentication (#7028)
* update gem, test pam authentication * add description for test parameters * fix inclusion of optional group
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 4a5a166bd..7f9591d8d 100644 --- a/Gemfile +++ b/Gemfile @@ -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' |