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

Merge pull request #37698 from wagenet/patch-1

Add missing require for Concurrent::ThreadLocalVar
This commit is contained in:
Ryuta Kamizono 2019-11-13 10:46:59 +09:00 committed by GitHub
commit 30349de203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# frozen_string_literal: true
require "singleton"
require "concurrent/atomic/thread_local_var"
module ActiveSupport
# \Deprecation specifies the API used by Rails to deprecate methods, instance