diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-02-12 21:50:50 +0900 |
---|---|---|
committer | Jeremy Daer <jeremydaer@gmail.com> | 2017-02-12 19:38:49 -0700 |
commit | 416d85b65e4f49f7e86f24c56bc1ec7441e90f2c (patch) | |
tree | 692bb6564b4e7f2b80f7e899144aea4c94f1a22b /activesupport/lib | |
parent | 60c5d393bb642e9228c07948fd8fb73be2ad1526 (diff) | |
download | rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.tar.gz rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.tar.bz2 rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.zip |
Remove unused require
These files are not using `strip_heredoc`.
Closes #27976
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/cache.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index 4ff47c261d..4d8c2046e8 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -6,7 +6,6 @@ require "active_support/core_ext/numeric/bytes" require "active_support/core_ext/numeric/time" require "active_support/core_ext/object/to_param" require "active_support/core_ext/string/inflections" -require "active_support/core_ext/string/strip" module ActiveSupport # See ActiveSupport::Cache::Store for documentation. |