I´m using Rails 3.2.2 and when I tried to load my application on Passenger, I saw the error:
Could not find i18n-0.6.0 in any of the sources (Bundler::GemNotFound)
But I have installed this gem.
-bash-3.2$ bundle show i18n
/home/aeci/.gems/gems/i18n-0.6.0
This problem is similar to this, but someone have any idea what can I do? If the problem is Hosting service bug, what can I tell for my host company?
I've tried to delete gemfile.lock and create a new one, but doesn´t work.
Tks!