mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merged pull request #305 from joshk/bump_deprecation.
bump AS deprecation_horizon to 3.2
This commit is contained in:
commit
f3c335f1cd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module ActiveSupport
|
||||||
# The version the deprecated behavior will be removed, by default.
|
# The version the deprecated behavior will be removed, by default.
|
||||||
attr_accessor :deprecation_horizon
|
attr_accessor :deprecation_horizon
|
||||||
end
|
end
|
||||||
self.deprecation_horizon = '3.1'
|
self.deprecation_horizon = '3.2'
|
||||||
|
|
||||||
# By default, warnings are not silenced and debugging is off.
|
# By default, warnings are not silenced and debugging is off.
|
||||||
self.silenced = false
|
self.silenced = false
|
||||||
|
|
Loading…
Reference in a new issue