From 78a56cc12a9e6e006275d565e0734ad508650129 Mon Sep 17 00:00:00 2001 From: Santiago Bartesaghi Date: Sun, 31 Dec 2023 17:12:31 -0300 Subject: [PATCH] Remove unnecessary require --- activesupport/lib/active_support/execution_wrapper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activesupport/lib/active_support/execution_wrapper.rb b/activesupport/lib/active_support/execution_wrapper.rb index 1c33c2d1e5581..bed10a2aa0423 100644 --- a/activesupport/lib/active_support/execution_wrapper.rb +++ b/activesupport/lib/active_support/execution_wrapper.rb @@ -2,7 +2,6 @@ require "active_support/error_reporter" require "active_support/callbacks" -require "concurrent/hash" module ActiveSupport class ExecutionWrapper