From 99782bd2b85c58a95ebd1a104c08a52487de6dd6 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 12 Nov 2017 10:54:24 +0900 Subject: Remove unused require --- activesupport/lib/active_support/encrypted_file.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support/encrypted_file.rb') 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 -- cgit v1.2.3