source:
branches/fc17-dev/server/common/patches/rubygems-rails-require-thread.patch
@
2236
Last change on this file since 2236 was 2066, checked in by achernya, 13 years ago | |
---|---|
File size: 455 bytes |
-
(a) a/lib/rubygems.rb.orig vs. (b) b/lib/rubygems.rb
a b 30 30 require 'rbconfig' 31 31 require "rubygems/deprecate" 32 32 33 # HACK: this is here just for rails, see 34 # http://stackoverflow.com/questions/5176782/uninitialized-constant-activesupportdependenciesmutex-nameerror 35 require "thread" 36 33 37 ## 34 38 # RubyGems is the Ruby standard for publishing and managing third party 35 39 # libraries.
Note: See TracBrowser
for help on using the repository browser.