no mailer, no pw reset

This commit is contained in:
2025-06-22 12:17:23 +02:00
parent 52d69111ba
commit 162fff8a2e
11 changed files with 10 additions and 51 deletions

View File

@@ -12,6 +12,7 @@ gem "puma", ">= 5.0"
gem "importmap-rails"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jbuilder"
gem "devise", "~> 4.9"
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "bcrypt", "~> 3.1.7"
@@ -53,8 +54,6 @@ group :test do
gem "selenium-webdriver"
end
gem "devise", "~> 4.9"
gem "rest-client", "~> 2.1"
gem "dotenv", "~> 3.1"