未验证 提交 c6ac5559 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #37704 from wagenet/patch-4

Relocate require in AS::Deprecation
# frozen_string_literal: true
require "singleton"
require "concurrent/atomic/thread_local_var"
module ActiveSupport
# \Deprecation specifies the API used by Rails to deprecate methods, instance
......@@ -22,6 +21,7 @@ class Deprecation
require "active_support/deprecation/method_wrappers"
require "active_support/deprecation/proxy_wrappers"
require "active_support/core_ext/module/deprecation"
require "concurrent/atomic/thread_local_var"
include Singleton
include InstanceDelegator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册