Skip to content

Commit

Permalink
active_support/deprecation has to be already required via active_supp…
Browse files Browse the repository at this point in the history
…ort/rails.rb
  • Loading branch information
amatsuda committed Jul 12, 2019
1 parent 0c9b62e commit 356857a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion actionview/lib/action_view/base.rb
Expand Up @@ -3,7 +3,6 @@
require "active_support/core_ext/module/attr_internal"
require "active_support/core_ext/module/attribute_accessors"
require "active_support/ordered_options"
require "active_support/deprecation"
require "action_view/log_subscriber"
require "action_view/helpers"
require "action_view/context"
Expand Down
1 change: 0 additions & 1 deletion actionview/lib/action_view/lookup_context.rb
Expand Up @@ -3,7 +3,6 @@
require "concurrent/map"
require "active_support/core_ext/module/remove_method"
require "active_support/core_ext/module/attribute_accessors"
require "active_support/deprecation"
require "action_view/template/resolver"

module ActionView
Expand Down
1 change: 0 additions & 1 deletion actionview/lib/action_view/template.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "active_support/core_ext/kernel/singleton_class"
require "active_support/deprecation"
require "thread"
require "delegate"

Expand Down
2 changes: 0 additions & 2 deletions actionview/lib/action_view/template/handlers.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "active_support/deprecation"

module ActionView #:nodoc:
# = Action View Template Handlers
class Template #:nodoc:
Expand Down
2 changes: 0 additions & 2 deletions actionview/lib/action_view/template/html.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "active_support/deprecation"

module ActionView #:nodoc:
# = Action View HTML Template
class Template #:nodoc:
Expand Down
1 change: 0 additions & 1 deletion activemodel/lib/active_model/errors.rb
Expand Up @@ -4,7 +4,6 @@
require "active_support/core_ext/string/inflections"
require "active_support/core_ext/object/deep_dup"
require "active_support/core_ext/string/filters"
require "active_support/deprecation"
require "active_model/error"
require "active_model/nested_error"
require "forwardable"
Expand Down
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "active_support/deprecation"

module ActiveRecord
module ConnectionAdapters # :nodoc:
module DatabaseLimits
Expand Down
Expand Up @@ -2,7 +2,6 @@

require "active_record/migration/join_table"
require "active_support/core_ext/string/access"
require "active_support/deprecation"
require "digest/sha2"

module ActiveRecord
Expand Down
Expand Up @@ -6,7 +6,6 @@
require "active_record/connection_adapters/abstract/schema_dumper"
require "active_record/connection_adapters/abstract/schema_creation"
require "active_support/concurrency/load_interlock_aware_monitor"
require "active_support/deprecation"
require "arel/collectors/bind"
require "arel/collectors/composite"
require "arel/collectors/sql_string"
Expand Down

0 comments on commit 356857a

Please sign in to comment.