开发者

Can you uninstall a gem version in gemfile?

开发者 https://www.devze.com 2023-03-12 12:04 出处:网络
We\'re specifying a specific version of a gem in our gemfile, however a previous version which is incompatible wit开发者_高级运维h our app is installed.

We're specifying a specific version of a gem in our gemfile, however a previous version which is incompatible wit开发者_高级运维h our app is installed.

The gemfile is used on many machines so we want an automated way to uninstall the unrequired gem.

Any way to do this?

Thanks ahead for your suggestions.


Try this:

http://www.paulsturgess.co.uk/articles/show/97-how-to-remove-a-specific-version-of-a-gem-file-in-a-specific-directory

0

精彩评论

暂无评论...
验证码 换一张
取 消