Commit 6e8fe8271831ea08858895c7112c5cbbd793334b
1 parent
4b4773ec
Exists in
master
and in
28 other branches
Hack to avoid downgrading rubygems version
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
Rakefile
1 | +#FIXME Necessary hack to avoid the need of downgrading rubygems on rails 2.3.5 | |
2 | +# http://stackoverflow.com/questions/5564251/uninitialized-constant-activesupportdependenciesmutex | |
3 | +require 'thread' | |
4 | + | |
1 | 5 | # Add your own tasks in files placed in lib/tasks ending in .rake, |
2 | 6 | # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. |
3 | 7 | ... | ... |