I have somehow changed the configuration of the bundle, so now it creates a / vendor / bundle
Folders in my rail project, and puts all the gems there.
How can I reset my bundle configuration, so it installs instead of gems globally?
Remove the .bundle
directory from your project root and then Instead of
as before. bundle install
> bundle install - path vendor
The .bundle / config
file stores the local path to install the memo location, if the gem app is installed within the app, and bundler
Next time the default chooses those settings.
Comments
Post a Comment