In my gem file I have a Git reference:
gem "calendar_date_select", :git => 'git://github.com/paneq/calendar_date_select.git'
I would like to know where bundler paced that Git checkout so I can manually clean it.
Thanks.
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.
this depends on your local setup. let me explain by one of my projects.
it’s within an rvm gemset, so my
.rvmrcis like this:and i use ActiveAdmin from git in my
Gemfilewhich results in a
Gemfile.locklike thisso the actual cloned repo is in