From 0a8314fa78e82546c7557d472cf95441739e9292 Mon Sep 17 00:00:00 2001 From: Echo Date: Sat, 28 Jun 2025 18:09:24 -0400 Subject: [PATCH] test --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 844cdd8..90a7bee 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,7 @@ gem "paper_trail" # Handle CORS (Cross-Origin Resource Sharing) gem "rack-cors" +gem "a11n", "~> 0.0.0" # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] # gem "bcrypt", "~> 3.1.7"