Mercurial > rsstweet
comparison config/application.rb @ 223:ad6264cca788
Update to rails 7
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 15 Jan 2022 02:39:53 +0900 |
parents | 2a3c7db6007a |
children | cf3ebc67dab1 |
comparison
equal
deleted
inserted
replaced
222:fefe9b0a603d | 223:ad6264cca788 |
---|---|
23 Bundler.require(*Rails.groups) | 23 Bundler.require(*Rails.groups) |
24 | 24 |
25 module Rsstweet | 25 module Rsstweet |
26 class Application < Rails::Application | 26 class Application < Rails::Application |
27 # Initialize configuration defaults for originally generated Rails version. | 27 # Initialize configuration defaults for originally generated Rails version. |
28 config.load_defaults 6.1 | 28 config.load_defaults 7.0 |
29 # Settings in config/environments/* take precedence over those specified here. | 29 # Settings in config/environments/* take precedence over those specified here. |
30 # Application configuration can go into files in config/initializers | 30 # Application configuration can go into files in config/initializers |
31 # -- all .rb files in that directory are automatically loaded after loading | 31 # -- all .rb files in that directory are automatically loaded after loading |
32 # the framework and any gems in your application. | 32 # the framework and any gems in your application. |
33 | 33 |