From c9458c74e0933fa9925b700f72dd14000f73766f Mon Sep 17 00:00:00 2001 From: Andrew White Date: Sun, 13 Nov 2016 22:27:52 +0000 Subject: Remove deprecated kernel debugger file --- activesupport/lib/active_support/core_ext/kernel/debugger.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 activesupport/lib/active_support/core_ext/kernel/debugger.rb (limited to 'activesupport/lib/active_support/core_ext') 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.") -- cgit v1.2.3