Question is pretty simple so instead of writting two commands is there one substitute?
e.g.
gem uninstall subexec
gem install subexec
Is there just re-install, or something similar?
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.
Depending on what you’re trying to achieve, the following restores the gem to the contents of the
.gemfile:You can also run that with
--allif you want to clean your entire set of installed gems.