aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-07-16 05:03:26 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-07-16 05:05:28 +0900
commitbcbe3dc6108704769d660fb6fd56b70d1ae77092 (patch)
treeaa3e037530615aa7a997cd0282fc94afd2eef930 /activesupport
parent43c27e479a3a8a59064fd7bdb98909ff81a8b3bf (diff)
downloadrails-bcbe3dc6108704769d660fb6fd56b70d1ae77092.tar.gz
rails-bcbe3dc6108704769d660fb6fd56b70d1ae77092.tar.bz2
rails-bcbe3dc6108704769d660fb6fd56b70d1ae77092.zip
active_support/core_ext/object/duplicable is not in use here
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/cache/strategy/local_cache.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/strategy/local_cache.rb b/activesupport/lib/active_support/cache/strategy/local_cache.rb
index 39b32fc7f6..67c455771e 100644
--- a/activesupport/lib/active_support/cache/strategy/local_cache.rb
+++ b/activesupport/lib/active_support/cache/strategy/local_cache.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-require "active_support/core_ext/object/duplicable"
require "active_support/core_ext/string/inflections"
require "active_support/per_thread_registry"