diff options
author | Josh Kalderimis <josh.kalderimis@gmail.com> | 2011-04-25 19:55:09 +0200 |
---|---|---|
committer | Josh Kalderimis <josh.kalderimis@gmail.com> | 2011-04-25 19:55:09 +0200 |
commit | 75216248ef450974c6ea38358b6ea67a59dab328 (patch) | |
tree | 722daaadb32eefaa9a4b57ecbbd0afbd935d9cc9 /activesupport | |
parent | d4bea35f1ae458246a9e3bb1c914c5d05b8e9cdf (diff) | |
download | rails-75216248ef450974c6ea38358b6ea67a59dab328.tar.gz rails-75216248ef450974c6ea38358b6ea67a59dab328.tar.bz2 rails-75216248ef450974c6ea38358b6ea67a59dab328.zip |
bump AS deprecation_horizon to 3.2
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/deprecation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation.rb b/activesupport/lib/active_support/deprecation.rb index ce0775a690..45b9dda5ca 100644 --- a/activesupport/lib/active_support/deprecation.rb +++ b/activesupport/lib/active_support/deprecation.rb @@ -9,7 +9,7 @@ module ActiveSupport # The version the deprecated behavior will be removed, by default. attr_accessor :deprecation_horizon end - self.deprecation_horizon = '3.1' + self.deprecation_horizon = '3.2' # By default, warnings are not silenced and debugging is off. self.silenced = false |