mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missing require "concurrent/hash"
This commit is contained in:
parent
5ab2505084
commit
6b5d9df877
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "active_support/callbacks"
|
require "active_support/callbacks"
|
||||||
|
require "concurrent/hash"
|
||||||
|
|
||||||
module ActiveSupport
|
module ActiveSupport
|
||||||
class ExecutionWrapper
|
class ExecutionWrapper
|
||||||
|
|
Loading…
Reference in a new issue