Add 'devise' gem

This commit is contained in:
2023-03-05 21:24:04 +01:00
parent 3d4c868ef9
commit 9585b4155b
3 changed files with 17 additions and 4 deletions

View File

@@ -14,12 +14,11 @@ gem "importmap-rails"
gem "sassc-rails"
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "bcrypt", "~> 3.1.7"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
gem "devise"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]