Gem::Exception: can't activate RedCloth (= 4.0.4, runtime), already activated RedCloth-4.1.0
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:142:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:510:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:355:in `new_constants_in'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:510:in `require'
from (irb):2
I have no clue why it's trying to activate RedCloth 4.0.4... I assume trying to follow a tutorial somewhere I got lost and broke something but now my app won't load properly (because there are RedCloth calls for the content). I don't even want version 4.0.4.
I've removed everything gem related, started a new SSH session, and restarted the server. I got nothing and no clue as to what is up.