Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
libqt をアップグレードし、ネイティブ拡張を再構築する必要があるため、すべての gemset から capybara-webkit gem を削除する必要があります。実行を避けるためにすべての RVM gemset から gem を削除する簡単な方法はありますか?
gem uninstall capybara-webkit
それらすべてを手動で?
これを試して
rvm @global do gem uninstall capybara-webkit