diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-11-12 10:54:24 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-11-12 10:54:24 +0900 |
commit | 99782bd2b85c58a95ebd1a104c08a52487de6dd6 (patch) | |
tree | 176ab2cae537ab19b4876ef1e6a45508b27cdea7 /activesupport/lib | |
parent | 24b59434e6aca9679b9f86a41cfbb1a33e3d5619 (diff) | |
download | rails-99782bd2b85c58a95ebd1a104c08a52487de6dd6.tar.gz rails-99782bd2b85c58a95ebd1a104c08a52487de6dd6.tar.bz2 rails-99782bd2b85c58a95ebd1a104c08a52487de6dd6.zip |
Remove unused require
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/encrypted_file.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/encrypted_file.rb b/activesupport/lib/active_support/encrypted_file.rb index 1c4c1cb457..3d1455fb95 100644 --- a/activesupport/lib/active_support/encrypted_file.rb +++ b/activesupport/lib/active_support/encrypted_file.rb @@ -2,8 +2,6 @@ require "pathname" require "active_support/message_encryptor" -require "active_support/core_ext/string/strip" -require "active_support/core_ext/module/delegation" module ActiveSupport class EncryptedFile |