File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121module Lobsters
2222 class Application < Rails ::Application
2323 # Initialize configuration defaults for originally generated Rails version.
24- config . load_defaults 8.0
24+ config . load_defaults " #{ Rails :: VERSION :: MAJOR } . #{ Rails :: VERSION :: MINOR } "
2525
2626 # Please, add to the `ignore` list any other `lib` subdirectories that do
2727 # not contain `.rb` files, or that should not be reloaded or eager loaded.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module Shipit
2222 class Application < Rails ::Application
2323 Pubsubstub . use_persistent_connections = false
2424 # Initialize configuration defaults for originally generated Rails version.
25- config . load_defaults 8.0
25+ config . load_defaults " #{ Rails :: VERSION :: MAJOR } . #{ Rails :: VERSION :: MINOR } "
2626
2727 config . active_job . queue_adapter = :test
2828
You can’t perform that action at this time.
0 commit comments