Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fog-core version dependency #430

Open
zeeshan-k opened this issue Aug 14, 2020 · 1 comment
Open

fog-core version dependency #430

zeeshan-k opened this issue Aug 14, 2020 · 1 comment

Comments

@zeeshan-k
Copy link

zeeshan-k commented Aug 14, 2020

Hello,
fog-core dependency of this gem is 1.43, however fog-openstack has a dependency and installs fog-core-2.2.0. I have a certain requirement for both cloud platforms and this runs into a version conflict.
/usr/lib64/ruby/2.5.0/rubygems/specification.rb:2327:in ``raise_if_conflicts': Unable to activate fog-openstack-1.0.11, because fog-core-1.45.0 conflicts with fog-core (> 2.1) (Gem::ConflictError)

Are there any plans to upgrade the versions in future to keep it close to rest of the fog? Or are there even specific dependencies over the older fog-core?

Regards,
Zeeshan

@nitzien
Copy link

nitzien commented Feb 25, 2021

Similar issue. Also, by default it is trying to install 0.0.4 version instead of 0.5.3.

Bundler could not find compatible versions for gem "fog-core":
  In snapshot (Gemfile.lock):
    fog-core (= 2.2.0)

  In Gemfile:
    fog-aws was resolved to 3.5.2, which depends on
      fog-core (~> 2.1)

    fog-azure-rm was resolved to 0.0.4, which depends on
      fog-core (~> 1.27)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants