adding require 'thread' since active support needs it but rubygems 1.6 removed it
fixes #251
This commit is contained in:
parent
5592794d75
commit
da45dfcc72
|
@ -158,5 +158,8 @@ module Rails
|
|||
end
|
||||
end
|
||||
|
||||
# working around deprecation in RubyGems 1.6
|
||||
require 'thread'
|
||||
|
||||
# All that for this:
|
||||
Rails.boot!
|
||||
|
|
Loading…
Reference in New Issue