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

Bundler could not find compatible versions for gem "mime-types" #359

Closed
bingosummer opened this issue Dec 15, 2017 · 8 comments
Closed

Bundler could not find compatible versions for gem "mime-types" #359

bingosummer opened this issue Dec 15, 2017 · 8 comments

Comments

@bingosummer
Copy link

bingosummer commented Dec 15, 2017

I'm trying to use the version 0.3.9 of fog-azure-rm in another project cloud_controller_ng.
In https://github.com/cloudfoundry/cloud_controller_ng/blob/master/Gemfile#L19, 'mime-types', '~> 2.6.2' is needed, which causes the following error.

My question is that can fog-azure-rm use a newer version of mime-types?
If so, I think, the issue is resolved.
If not, do you have any suggestions to resolve the issue?
Thanks.

Bundler could not find compatible versions for gem "mime-types":
  In snapshot (Gemfile.lock):
    mime-types (= 2.6.2)

  In Gemfile:
    mime-types (~> 2.6.2)

    mime-types (~> 2.6.2) x86_64-darwin-14

    mime-types (~> 2.6.2) x86_64-darwin-16

    mime-types (~> 2.6.2) x86_64-linux

    fog-azure-rm (= 0.3.9) was resolved to 0.3.9, which depends on
      mime-types (= 1.25)

    fog-azure-rm (= 0.3.9) was resolved to 0.3.9, which depends on
      mime-types (= 1.25) x86_64-darwin-14

    fog-azure-rm (= 0.3.9) was resolved to 0.3.9, which depends on
      mime-types (= 1.25) x86_64-darwin-16

    fog-azure-rm (= 0.3.9) was resolved to 0.3.9, which depends on
      mime-types (= 1.25) x86_64-linux

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
@abbas-sheikh-confiz
Copy link
Contributor

Hey @bingosummer
We are working on altogether removing dependency on mime-types. Please stay tuned.

@bilal-naeem-confiz
Copy link
Contributor

Hi @bingosummer
The latest version of fog-core has been released (2.0.0). We are testing our fog-azure-rm gem using that. If everything works out smoothly, then we will remove the dependency that we have on mime-types and that will resolve the issue that you are currently facing.
Thanks

@bingosummer
Copy link
Author

@bilal-naeem-confiz How is the test going?

@tcdowney
Copy link

@bilal-naeem-confiz just wondering if you have any updates for this. Thanks!

@WalterS
Copy link

WalterS commented May 29, 2018

Is there any progress on this? At the moment it is not possible to use fog-azure-rm and fog-google because of this.

@yelvert
Copy link

yelvert commented Jun 30, 2020

2.5 years now, where is this?

@sethboyles
Copy link
Contributor

@geemus I think this can be closed

@geemus
Copy link
Member

geemus commented Feb 1, 2022

Thanks!

@geemus geemus closed this as completed Feb 1, 2022
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

8 participants