Skip to content

Commit f18a0bf

Browse files
authored
AO3-7465 Allow Rails to manage YJIT default (#5805)
Allow Rails to manage YJIT default
1 parent 62d626f commit f18a0bf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

config/application.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ class Application < Rails::Application
149149

150150
config.active_storage.web_image_content_types = %w[image/png image/jpeg image/gif]
151151

152-
# Do not enable YJIT automatically once we upgrade to Ruby 3.3
153-
config.yjit = false
154-
155152
# Use secret from archive config
156153
config.secret_key_base = ArchiveConfig.SESSION_SECRET
157154
end

0 commit comments

Comments
 (0)