standalone/load_path: rename to init

This commit is contained in:
Bo Anderson 2023-09-29 01:26:31 +01:00
parent e1071e136c
commit 1f86ad4b0f
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
3 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
# This file should be the first `require` in all entrypoints outside the `brew` environment. # This file should be the first `require` in all entrypoints outside the `brew` environment.
require_relative "standalone/load_path" require_relative "standalone/init"
require_relative "standalone/sorbet" require_relative "standalone/sorbet"

View File

@ -3,7 +3,7 @@
# This file should be the first `require` in all entrypoints of `brew`. # This file should be the first `require` in all entrypoints of `brew`.
require_relative "standalone/load_path" require_relative "standalone/init"
require_relative "startup/ruby_path" require_relative "startup/ruby_path"
require "startup/config" require "startup/config"
require_relative "startup/bootsnap" require_relative "startup/bootsnap"