1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Delete orphan requires in AS::Dependencies

This commit is contained in:
Xavier Noria 2021-08-19 00:12:18 +02:00
parent c640deef99
commit d4ab55e901
3 changed files with 3 additions and 10 deletions

View file

@ -1,6 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
require "active_support/dependencies" require "active_support/dependencies"
require "active_support/core_ext/name_error"
module AbstractController module AbstractController
module Helpers module Helpers

View file

@ -1,5 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
require "active_support/core_ext/module/introspection"
module AbstractController module AbstractController
module Railties module Railties
module RoutesHelpers module RoutesHelpers

View file

@ -1,17 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
require "set" require "set"
require "thread"
require "concurrent/map"
require "pathname"
require "active_support/core_ext/module/aliasing"
require "active_support/core_ext/module/attribute_accessors" require "active_support/core_ext/module/attribute_accessors"
require "active_support/core_ext/module/introspection"
require "active_support/core_ext/module/anonymous"
require "active_support/core_ext/object/blank"
require "active_support/core_ext/kernel/reporting"
require "active_support/core_ext/load_error"
require "active_support/core_ext/name_error"
require "active_support/dependencies/interlock" require "active_support/dependencies/interlock"
require "active_support/inflector" require "active_support/inflector"