aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2011-04-25 19:55:09 +0200
committerJosh Kalderimis <josh.kalderimis@gmail.com>2011-04-25 19:55:09 +0200
commit75216248ef450974c6ea38358b6ea67a59dab328 (patch)
tree722daaadb32eefaa9a4b57ecbbd0afbd935d9cc9 /activesupport/lib
parentd4bea35f1ae458246a9e3bb1c914c5d05b8e9cdf (diff)
downloadrails-75216248ef450974c6ea38358b6ea67a59dab328.tar.gz
rails-75216248ef450974c6ea38358b6ea67a59dab328.tar.bz2
rails-75216248ef450974c6ea38358b6ea67a59dab328.zip
bump AS deprecation_horizon to 3.2
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/deprecation.rb2
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