Commit da45dfcc authored by Gregor Schmidt's avatar Gregor Schmidt

adding require 'thread' since active support needs it but rubygems 1.6 removed it

fixes #251
parent 5592794d
......@@ -158,5 +158,8 @@ module Rails
end
end
# working around deprecation in RubyGems 1.6
require 'thread'
# All that for this:
Rails.boot!
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment