When I try to run the
bundle install --without production
command on Ubuntu 12.04, I get an error message like this:
Could not find gem 'pg0.12.2 (>= 0) ruby' in the gems available on this machine
Any ideas about why this is happening?
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.
If you want 0.12.2 gem to be installed please write in the following way.
If you want version which is greater than 0.12.2 then write in following way
Please use this link to know more about how to bundle gems in rails Bundle