- Improve fix to work with RubyGems 1.6.x
RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's
documented in the RubyGems release notes that "RubyGems no longer requires
'thread'. Rails < 3 will need to add require 'thread' to their applications."
PR: ports/155492
Reported by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
Thanks to: Thomas Sandford <freebsduser@paradisegreen.co.uk>
- Add fix to work with RubyGems 1.6.x
- Bump PORTREVISION
RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's
documented in the RubyGems release notes that "RubyGems no longer requires
'thread'. Rails < 3 will need to add require 'thread' to their applications."
PR: ports/155492