From 0fb6c374e1eefd8374d59511d79ea335a9329a6f Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 9 Jul 2014 16:38:08 -0300 Subject: [PATCH] Hack on config/environment to avoid downgrading rubygems version --- config/environment.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 73540f9..0458a0a 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,5 +1,9 @@ # Be sure to restart your web server when you modify this file. +#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' + # Uncomment below to force Rails into production mode when # you don't control web/app server and can't set it the proper way #ENV['RAILS_ENV'] ||= 'production' -- libgit2 0.21.2