Match dependency-generator output for require_relative usage (#32800)

This commit is contained in:
Matt Jankowski 2024-11-08 04:55:15 -05:00 committed by GitHub
parent 8df867b20a
commit 4ef3a1a38d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -2,5 +2,6 @@
# This file is used by Rack-based servers to start the application.
require File.expand_path('config/environment', __dir__)
require_relative 'config/environment'
run Rails.application