Is there a way to install gems via bundle install so they won’t install in the ruby folder but in the project’s folder? (and I’ll use .gitignore on it)
Is there a way of doing this for only some of the gems?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can specify the installation path with
--path:This is a remembered option, so you only need to specify it the first time.