From 6e8fe8271831ea08858895c7112c5cbbd793334b Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 9 Jul 2014 18:40:58 +0000 Subject: [PATCH] Hack to avoid downgrading rubygems version --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/Rakefile b/Rakefile index 9852627..d001fba 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,7 @@ +#FIXME Necessary hack to avoid the need of downgrading rubygems on rails 2.3.5 +# http://stackoverflow.com/questions/5564251/uninitialized-constant-activesupportdependenciesmutex +require 'thread' + # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. -- libgit2 0.21.2