Browse Source

update devise_pam_authenticatable2, new feature: pam gets ip address of client (#8623)

pull/4/head
Alexander 5 years ago
committed by Eugen Rochko
parent
commit
64a5561b5a
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Gemfile
  2. +2
    -2
      Gemfile.lock

+ 1
- 1
Gemfile View File

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

+ 2
- 2
Gemfile.lock View File

@ -174,7 +174,7 @@ GEM
devise (~> 4.0)
railties (< 5.3)
rotp (~> 2.0)
devise_pam_authenticatable2 (9.1.1)
devise_pam_authenticatable2 (9.2.0)
devise (>= 4.0.0)
rpam2 (~> 4.0)
diff-lcs (1.3)
@ -669,7 +669,7 @@ DEPENDENCIES
derailed_benchmarks
devise (~> 4.4)
devise-two-factor (~> 3.0)
devise_pam_authenticatable2 (~> 9.1)
devise_pam_authenticatable2 (~> 9.2)
doorkeeper (~> 5.0)
dotenv-rails (~> 2.2, < 2.3)
fabrication (~> 2.20)

Loading…
Cancel
Save