0

I was using bosh_cli version 1.3071.0 and recently I installed latest version of bosh_cli 1.3262.4.0.

Now when launch bosh command it is giving

ubuntu@vik-test-inception:~/.gem/specs$ bosh --version
Failed to load plugin /usr/local/rvm/gems/ruby-1.9.3-p551/gems/bosh_cli_plugin_micro-1.3071.0/lib/bosh/cli/commands/micro.rb: Unable to activate bosh_cli_plugin_micro-1.3071.0, because bosh_common-1.3262.4.0 conflicts with bosh_common (~> 1.3071.0), blobstore_client-1.3262.4.0 conflicts with blobstore_client (~> 1.3071.0), bosh_cli-1.3262.4.0 conflicts with bosh_cli (~> 1.3071.0)

What is the way to upgrade existing gem of a app to latest version so that it won't conflict.

4

1 回答 1

1

我遇到了同样的问题并通过卸载没有依赖关系的版本来解决。

下面的命令将列出所有版本:

gem uninstall bosh_cli 

选择没有依赖的版本。

于 2017-02-27T10:08:41.437 回答