Skip to content

Commit

Permalink
Upgrade to Rails 7.1 defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Jun 14, 2024
1 parent 8037bf5 commit 19c4647
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@
module Shipit
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.1

config.active_job.queue_adapter = :sidekiq

# Accepting new Rails 7 connection handling
config.active_record.legacy_connection_handling = false

# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
# -- all .rb files in that directory are automatically loaded after loading
Expand Down

0 comments on commit 19c4647

Please sign in to comment.