aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2019-08-02 13:15:32 +0900
committerAkira Matsuda <ronnie@dio.jp>2019-08-02 13:17:53 +0900
commit12959dee0f19a8e050dd1236b031c2c690729905 (patch)
tree1edced5cf00bb6d3e433465c1afc75f874bbb52d
parenta0bb19fbfa590a3a773a24bc018b92fd5ba93b4d (diff)
downloadrails-12959dee0f19a8e050dd1236b031c2c690729905.tar.gz
rails-12959dee0f19a8e050dd1236b031c2c690729905.tar.bz2
rails-12959dee0f19a8e050dd1236b031c2c690729905.zip
hash_conversion itself does not at all depend on time extensions
-rw-r--r--activesupport/lib/active_support/core_ext/hash/conversions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb
index dd021410a9..cc42647879 100644
--- a/activesupport/lib/active_support/core_ext/hash/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require "active_support/xml_mini"
-require "active_support/time"
require "active_support/core_ext/object/blank"
require "active_support/core_ext/object/to_param"
require "active_support/core_ext/object/to_query"