When you do gem uninstall capybara it should give you a menu asking which one you want to uninstall.
Alternatively use the -v option.
gem uninstall capybara -v 1.1.4
Note you may need to sudo these commands if you’re not using rvm.
When you do gem uninstall capybara it should give you a menu asking which one you want to uninstall.
Alternatively use the -v option.
gem uninstall capybara -v 1.1.4
Note you may need to sudo these commands if you’re not using rvm.