aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2018-10-20 14:23:13 +0900
committerAkira Matsuda <ronnie@dio.jp>2018-10-20 14:58:04 +0900
commit6b5d9df87776cca89f6ddf02a8facf6543cea1e6 (patch)
tree4055674de619834db49989b6eccc764ec319cd57 /activesupport
parent5ab25050848679dfe2e1f94d3f72783945f6953d (diff)
downloadrails-6b5d9df87776cca89f6ddf02a8facf6543cea1e6.tar.gz
rails-6b5d9df87776cca89f6ddf02a8facf6543cea1e6.tar.bz2
rails-6b5d9df87776cca89f6ddf02a8facf6543cea1e6.zip
Missing require "concurrent/hash"
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/execution_wrapper.rb1
1 files changed, 1 insertions, 0 deletions
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