Skip to content

Commit 6f17422

Browse files
committed
require 'thread' for Mutex dependency
1 parent bac12fa commit 6f17422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activesupport/lib/active_support/dependencies.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'thread'
2+
13
module ActiveSupport #:nodoc:
24
module Dependencies #:nodoc:
35
extend self

0 commit comments

Comments
 (0)