bundle install --deployment
command), do not come and cry if bundler starts staying:Could not find gemname-version in any of the sourcesWhen you have :
gem list *** LOCAL GEMS *** gemname (version)Instead remove the lock
bundle install --no-deployment
And voilĂ .
Short post, but this issue made me mad for half an hour.
No comments:
Post a Comment