How do I get a list of gems that are installed that have native extensions?

后端 未结 5 938
梦谈多话
梦谈多话 2021-01-01 21:05

I\'m on windows, and have updated from ruby 1.8.x to 1.9.x, and am now getting error popups that complain ruby-mssomethingrt.1.8.x.dll is missing.

I would like to fi

5条回答
  •  春和景丽
    2021-01-01 21:37

    You can rebuild (and restore to a pristine state) all installed gems with:

    gem pristine --all
    

    --all --no-extensions will restore gems without extensions, but despite being documented, --extensions appears to have no effect (at least on rubygems 1.8.23 on Ubuntu 12.10).

提交回复
热议问题