I just upgraded from Rails 3.0.3 to 3.2.1. The upgrade went smoothly on my Mac but I'm having trouble getting a 3.2.1 instance of my app running on my Ubuntu production server. The error I'm getting is this:
Could not find i18n-0.6.0 in any of the sources (Bundler::GemNotFound)
Obviously, other people have had this same problem before. Unfortunately, the solution here doesn't fix it for me. Doing sudo bundle install
doesn't seem to make a difference.
I also found this post but I don't understand what exactly the OP did that fixed the problem.
There's this post as well but the OP's problem there just kind of went away by itself.
And I do have the i18n
gem installed:
$ gem list | grep i18n
i18n (0.6.0, 0.5.0)
I have no idea what could be wrong. Any ideas?