Install devise invitable

Devise invitable gem is required to invite users.
This commit is contained in:
Rahul 2019-06-03 20:03:13 +05:30
parent a20c1bb882
commit 04c3859526
11 changed files with 171 additions and 3 deletions

View file

@ -37,6 +37,7 @@ gem 'rails-i18n'
# as authentification framework
gem 'devise'
gem 'devise_ichain_authenticatable'
gem 'devise_invitable'
# for openID authentication
gem 'omniauth'