Update defaults to Rails 7.0
This commit is contained in:
parent
d505b35861
commit
da24ab2942
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Bundler.require(*Rails.groups)
|
|||
module HenseiApi
|
||||
class Application < Rails::Application
|
||||
# Initialize configuration defaults for originally generated Rails version.
|
||||
config.load_defaults 6.0
|
||||
config.load_defaults 7.0
|
||||
|
||||
# Settings in config/environments/* take precedence over those specified here.
|
||||
# Application configuration can go into files in config/initializers
|
||||
|
|
|
|||
Loading…
Reference in a new issue