From 361b5ece926526c9f834b60c6aca5ca0ecdc53ee Mon Sep 17 00:00:00 2001 From: Michael Cain Date: Tue, 21 Nov 2023 14:21:39 -0600 Subject: [PATCH] rubocop lint --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index 667e328d..afd13e21 100644 --- a/config.ru +++ b/config.ru @@ -2,5 +2,5 @@ # This file is used by Rack-based servers to start the application. -require ::File.expand_path('config/environment', __dir__) +require File.expand_path('config/environment', __dir__) run Rails.application