currently, I have
config.gem 'gem_name', :version => "0.1"
but, i think that means at least this version.
How do I specify: exactly this version?
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.
I guess this isn’t really an answer but the code you have written is for the exact version. If it was for ‘at least this version’ it would look like:
And if you wanted to specify a range that your version would fall into, it would be: