From f506ba3dedabbd4ac3eb758314d6f131e892a722 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 9 Dec 2022 05:42:57 +0000 Subject: [PATCH] Fix RuboCop offense Style/RedundantConstantBase (#36919). git-svn-id: https://svn.redmine.org/redmine/trunk@21989 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index 5bc2a619e..3ab73beb9 100644 --- a/config.ru +++ b/config.ru @@ -1,4 +1,4 @@ # This file is used by Rack-based servers to start the application. -require ::File.expand_path('../config/environment', __FILE__) +require_relative 'config/environment' run Rails.application -- 2.39.5