aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/encrypted_file.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-12 10:54:24 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-12 10:54:24 +0900
commit99782bd2b85c58a95ebd1a104c08a52487de6dd6 (patch)
tree176ab2cae537ab19b4876ef1e6a45508b27cdea7 /activesupport/lib/active_support/encrypted_file.rb
parent24b59434e6aca9679b9f86a41cfbb1a33e3d5619 (diff)
downloadrails-99782bd2b85c58a95ebd1a104c08a52487de6dd6.tar.gz
rails-99782bd2b85c58a95ebd1a104c08a52487de6dd6.tar.bz2
rails-99782bd2b85c58a95ebd1a104c08a52487de6dd6.zip
Remove unused require
Diffstat (limited to 'activesupport/lib/active_support/encrypted_file.rb')
-rw-r--r--activesupport/lib/active_support/encrypted_file.rb2
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