Apply Rubocop Style/ExpandPathArguments (#23450)

This commit is contained in:
Nick Schonning
2023-02-08 01:06:20 -05:00
committed by GitHub
parent d3f59f52c3
commit 1487fcde93
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
require ::File.expand_path('config/environment', __dir__)
run Rails.application