Remove unused `require "active_support/core_ext/array/extract_options"`

dfa439eefc
6708f3a5b7
This commit is contained in:
Ryuta Kamizono 2020-05-10 03:38:14 +09:00
parent 37c7481826
commit d9539281bd
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# frozen_string_literal: true
require "active_support/core_ext/module/redefine_method"
require "active_support/core_ext/array/extract_options"
class Class
# Declare a class-level attribute whose value is inheritable by subclasses.

View File

@ -2,7 +2,6 @@
require "openssl"
require "base64"
require "active_support/core_ext/array/extract_options"
require "active_support/core_ext/module/attribute_accessors"
require "active_support/message_verifier"
require "active_support/messages/metadata"