From 728ef086d4079b1972090e23b0492ee88464394d Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Thu, 14 Nov 2019 10:09:06 +0900 Subject: [PATCH] Remove unused require `extract` was removed at 0fa8c0a1d9 --- activesupport/lib/active_support/parameter_filter.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activesupport/lib/active_support/parameter_filter.rb b/activesupport/lib/active_support/parameter_filter.rb index 151f8c4d37..3dde9511e4 100644 --- a/activesupport/lib/active_support/parameter_filter.rb +++ b/activesupport/lib/active_support/parameter_filter.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true require "active_support/core_ext/object/duplicable" -require "active_support/core_ext/array/extract" module ActiveSupport # +ParameterFilter+ allows you to specify keys for sensitive data from