You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i create new rails app it does not need bundle install --path vendor/bundle
why this app ask me got this bundle install --path vendor/bundle
i dont want to run ```bundle install --path vendor/bundle````
And what is benefits for this bundle install --path vendor/bundle
Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:
bundle install --path vendor/bundle
to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.
i like to use this app as startup app :) thanks
The text was updated successfully, but these errors were encountered:
when i create new rails app it does not need
bundle install --path vendor/bundle
why this app ask me got this
bundle install --path vendor/bundle
i dont want to run ```bundle install --path vendor/bundle````
And what is benefits for this
bundle install --path vendor/bundle
Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:
to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.
i like to use this app as startup app :) thanks
The text was updated successfully, but these errors were encountered: