You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: