1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing require "active_support/executor"

This commit is contained in:
Akira Matsuda 2018-10-20 14:50:47 +09:00
parent ee470cefc0
commit ae30b9b885

View file

@ -1,6 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
require "active_support/execution_wrapper" require "active_support/execution_wrapper"
require "active_support/executor"
module ActiveSupport module ActiveSupport
#-- #--