From 0a1b1d9aa2613f24cf2f1c5985407731ff023533 Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Thu, 2 Jan 2025 22:24:39 +0100
Subject: [PATCH] Remove deprecated
 config.active_record.sqlite3_production_warning

---
 config/environments/production.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/config/environments/production.rb b/config/environments/production.rb
index 37fcc07..8ef0b88 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -94,9 +94,6 @@ Rails.application.configure do
   # Do not dump schema after migrations.
   config.active_record.dump_schema_after_migration = false
 
-  # Do not warn about sqlite in production
-  config.active_record.sqlite3_production_warning = false
-
   # Enable DNS rebinding protection and other `Host` header attacks.
   # config.hosts = [
   #   "example.com",     # Allow requests from example.com
-- 
GitLab