From 2561ece0c534be404061b2fd7b223e2b065a8b51 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Tue, 10 Mar 2020 14:12:20 +0000 Subject: [PATCH] Rubocop: fix issues automatically with -a --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 661b46cde..0e147c269 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. -require File.expand_path('../config/application', __FILE__) +require File.expand_path("config/application", __dir__) Rails.application.load_tasks