We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d626f commit f18a0bfCopy full SHA for f18a0bf
1 file changed
config/application.rb
@@ -149,9 +149,6 @@ class Application < Rails::Application
149
150
config.active_storage.web_image_content_types = %w[image/png image/jpeg image/gif]
151
152
- # Do not enable YJIT automatically once we upgrade to Ruby 3.3
153
- config.yjit = false
154
-
155
# Use secret from archive config
156
config.secret_key_base = ArchiveConfig.SESSION_SECRET
157
end
0 commit comments