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

Don't depend on rubygems loading thread (for Mutex)

This commit is contained in:
raggi 2010-11-25 06:21:55 +08:00 committed by Aaron Patterson
parent ee74f2c623
commit d8692985fe
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
require 'thread'
require 'monitor'
require 'set'
require 'active_support/core_ext/module/synchronization'

View file

@ -1,3 +1,4 @@
require 'thread'
require "cases/helper"
require 'models/person'
require 'models/reader'

View file

@ -1,3 +1,4 @@
require 'thread'
require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/array/extract_options'

View file

@ -1,3 +1,4 @@
require 'thread'
require 'abstract_unit'
require 'active_support/core_ext/class/attribute_accessors'