From 0e8d297301305af9ac5d64e7cd2b0a418c139fce Mon Sep 17 00:00:00 2001 From: Andrew White Date: Sun, 13 Nov 2016 22:34:48 +0000 Subject: Remove deprecated time marshal core_ext file --- activesupport/lib/active_support/core_ext/time/marshal.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 activesupport/lib/active_support/core_ext/time/marshal.rb (limited to 'activesupport/lib/active_support/core_ext') diff --git a/activesupport/lib/active_support/core_ext/time/marshal.rb b/activesupport/lib/active_support/core_ext/time/marshal.rb deleted file mode 100644 index d095d76ebb..0000000000 --- a/activesupport/lib/active_support/core_ext/time/marshal.rb +++ /dev/null @@ -1,3 +0,0 @@ -require "active_support/deprecation" - -ActiveSupport::Deprecation.warn("This is deprecated and will be removed in Rails 5.1 with no replacement.") -- cgit v1.2.3