This commit is contained in:
Henne Vogelsang 2019-03-29 10:26:32 +01:00
parent 446808da96
commit 64a1b7ec07
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
2 changed files with 10 additions and 4 deletions

View file

@ -36,7 +36,7 @@ gem 'rails-i18n', '~> 5.0.0'
# as authentification framework
gem 'devise'
gem 'devise_ichain_authenticatable'
gem 'devise_ichain_authenticatable', github: 'hennevogel/devise_ichain_authenticatable', branch: 'bugfix/rails_5_filter_names'
# for openID authentication
gem 'omniauth'

View file

@ -1,3 +1,11 @@
GIT
remote: git://github.com/hennevogel/devise_ichain_authenticatable.git
revision: a86e694a9d5f41abaaf6add889a5ae011971f738
branch: bugfix/rails_5_filter_names
specs:
devise_ichain_authenticatable (0.3.1)
devise (>= 2.2)
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
@ -160,8 +168,6 @@ GEM
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
devise_ichain_authenticatable (0.3.1)
devise (>= 2.2)
diff-lcs (1.3)
docile (1.3.1)
domain_name (0.5.20180417)
@ -641,7 +647,7 @@ DEPENDENCIES
database_cleaner
delayed_job_active_record
devise
devise_ichain_authenticatable
devise_ichain_authenticatable!
dotenv-rails
factory_bot_rails
faker