Skip to content

Commit

Permalink
update myjobs to use rails 7.0 defaults (#3735)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Aug 23, 2024
1 parent 4b0fdbf commit 5c9c4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/myjobs/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
module JobConstructor
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
config.load_defaults(7.0)

# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
Expand Down

0 comments on commit 5c9c4e4

Please sign in to comment.