aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-13 22:27:52 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-13 22:27:52 +0000
commitc9458c74e0933fa9925b700f72dd14000f73766f (patch)
tree752502081072658594064fc760b320dafe7539c5 /activesupport/lib/active_support/core_ext
parent3641cd3f3ded4da8880474128dbdffca027b0010 (diff)
downloadrails-c9458c74e0933fa9925b700f72dd14000f73766f.tar.gz
rails-c9458c74e0933fa9925b700f72dd14000f73766f.tar.bz2
rails-c9458c74e0933fa9925b700f72dd14000f73766f.zip
Remove deprecated kernel debugger file
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/kernel/debugger.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/kernel/debugger.rb b/activesupport/lib/active_support/core_ext/kernel/debugger.rb
deleted file mode 100644
index dccfa3e9bb..0000000000
--- a/activesupport/lib/active_support/core_ext/kernel/debugger.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-require "active_support/deprecation"
-
-ActiveSupport::Deprecation.warn("This file is deprecated and will be removed in Rails 5.1 with no replacement.")