From 6b5d9df87776cca89f6ddf02a8facf6543cea1e6 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 20 Oct 2018 14:23:13 +0900 Subject: Missing require "concurrent/hash" --- activesupport/lib/active_support/execution_wrapper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/execution_wrapper.rb b/activesupport/lib/active_support/execution_wrapper.rb index f48c586cad..ca810db584 100644 --- a/activesupport/lib/active_support/execution_wrapper.rb +++ b/activesupport/lib/active_support/execution_wrapper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require "active_support/callbacks" +require "concurrent/hash" module ActiveSupport class ExecutionWrapper -- cgit v1.2.3