add devise async

This commit is contained in:
2023-02-10 00:54:54 +02:00
parent b40276385b
commit d5bcc32699
4 changed files with 13 additions and 0 deletions

View File

@ -17,6 +17,9 @@ gem "sassc-rails"
gem 'haml-rails'
gem 'html2haml'
gem 'devise'
gem 'devise-async'
gem "sucker_punch", "~> 3.1"
gem 'carrierwave', '>= 3.0.0.beta', '< 4.0'
gem 'kaminari'