提交 3ba52d6a 编写于 作者: Y Yuji Yaginuma

Update default deprecation horizon

Because the master branch is already 6.0.
上级 9709b004
......@@ -35,7 +35,7 @@ class Deprecation
# and the second is a library name.
#
# ActiveSupport::Deprecation.new('2.0', 'MyLibrary')
def initialize(deprecation_horizon = "6.0", gem_name = "Rails")
def initialize(deprecation_horizon = "6.1", gem_name = "Rails")
self.gem_name = gem_name
self.deprecation_horizon = deprecation_horizon
# By default, warnings are not silenced and debugging is off.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册