test
This commit is contained in:
parent
446808da96
commit
64a1b7ec07
2 changed files with 10 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue