Skip to content

Commit

Permalink
Load framework defaults 7.2
Browse files Browse the repository at this point in the history
Removes the yjit initializer. YJIT is now enabled by default.
  • Loading branch information
martinemde committed Dec 3, 2024
1 parent 624135a commit 40a87c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
module Gemcutter
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.1
config.load_defaults 7.2

# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
Expand Down
70 changes: 0 additions & 70 deletions config/initializers/new_framework_defaults_7_2.rb

This file was deleted.

12 changes: 0 additions & 12 deletions config/initializers/yjit.rb

This file was deleted.

0 comments on commit 40a87c7

Please sign in to comment.