How do you figure out what the older versions are for a particular Ruby Gem?
I need to revert to an older version of the rack gem but I’m not sure which versions are available.
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 use the gem command for this, like so:
The -n switch of query restricts the search by regular expression, so in this case you only get the gem whose name exactly matches the string “rack”.