From c63f6e58219b4a22cc27a1f5c23f1c5a9b10b32f Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Tue, 12 May 2026 09:22:34 +0900 Subject: [PATCH] Allow Rails to manage YJIT default --- config/application.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/application.rb b/config/application.rb index af49ceda00d..a35bd77f6ec 100644 --- a/config/application.rb +++ b/config/application.rb @@ -150,9 +150,6 @@ class Application < Rails::Application config.active_storage.web_image_content_types = %w[image/png image/jpeg image/gif] - # Do not enable YJIT automatically once we upgrade to Ruby 3.3 - config.yjit = false - # Use secret from archive config config.secret_key_base = ArchiveConfig.SESSION_SECRET end