lib/active_support/deprecation.rb in activesupport-3.2.6 vs lib/active_support/deprecation.rb in activesupport-3.2.7.rc1

- old
+ new

@@ -7,12 +7,12 @@ module Deprecation class << self # The version the deprecated behavior will be removed, by default. attr_accessor :deprecation_horizon end - self.deprecation_horizon = '3.2' + self.deprecation_horizon = '4.0' # By default, warnings are not silenced and debugging is off. self.silenced = false self.debug = false end -end +end \ No newline at end of file