From cf3b2db8a33ee7a086af8628c93e2d436b76ca0a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 8 Jan 2026 22:44:13 +0100 Subject: Upgrade to the latest Rails 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Among many other dependencies. Signed-off-by: Miquel Sabaté Solà --- config/application.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/application.rb') diff --git a/config/application.rb b/config/application.rb index a3d35c6..59ac007 100644 --- a/config/application.rb +++ b/config/application.rb @@ -10,8 +10,7 @@ Bundler.require(*Rails.groups) module Operum class Application < Rails::Application - # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 8.0 + config.load_defaults 8.1 # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded. -- cgit v1.2.3