Can I delete some folders of nokogiri and capybara-webkit inside of my rvm gemset?

99封情书 提交于 2019-11-30 15:55:47

Yes, you can remove the tmp directory.

If you don't have a new-enough version of libxml2 or libxslt nokogiri downloads and builds it for you to link against. Unfortunately RubyGems doesn't ask the nokogiri to clean up after itself at this time, so these build artifacts are left around.

I don't really have an answer, but if it were me I'd move the folder(s) aside, test my apps or whatever, then delete if stuff still works.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!