How to solve “Could not find i18n-0.6.5 in any of the sources (Bundler::GemNotFound)” AWS deploy

Question:

I am trying to deploy my application using AWS Elastic Beanstalk, but i get this error:

I’ve tried bundle install --path vendor/cache, bundle package and committed Gemfile and Gemfile.lock.

Any help would be appreciated.

Answer:

The problem was solved using the following:

I got the answer from this :
Installing Gems with Bundler == Big problem

Hope it helps someone with the same issue.

Leave a Reply