[ACCEPTED]-Rails: Could not find minitest-4.7.5 in any of the sources-minitest

Accepted answer
Score: 11

Before down vote:

  • This opinion for remote server.

On server run gem update bundler and after 1 bundle install.

Score: 0

I think maybe the gems you installed system-wide 5 cause the problem.

You may try bundle package locally, and 4 commit the gems generated in vendor/cache. Pull it on 3 server, and try bundle install —local.

Or, you may just use bundle install --path=vendor/bundle on 2 server.

Give it a try, and hope this can 1 help.

More Related questions