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

Adjust the Nokogiri version dep #384

Closed
masterkain opened this issue Jul 1, 2011 · 4 comments
Closed

Adjust the Nokogiri version dep #384

masterkain opened this issue Jul 1, 2011 · 4 comments

Comments

@masterkain
Copy link
Contributor

Apparently nokogiri 1.5.0 hit the streets:

Bundler could not find compatible versions for gem "nokogiri":
In Gemfile:
omniauth depends on
nokogiri (~> 1.4.2)

fog depends on
  nokogiri (1.5.0)

fog does not lock in a specific version: s.add_dependency('nokogiri', '>=1.4.4')

Obviously is not a problem related to fog itself, because it may work perfectly with 1.5.0, just reporting to check if something can be done, like a "~> 1.4.4"

In the meantime gem "nokogiri", "~> 1.4.4" in Gemfile is a good fix.
Cheers

@geemus geemus closed this as completed in e2a0c1a Jul 5, 2011
@twice
Copy link

twice commented Aug 2, 2011

I am still experiencing this issue with fog version 0.10.0.

@twice
Copy link

twice commented Aug 2, 2011

I am still experiencing this issue even with version 0.10.0 which I guess has the commit fix in it.

@geemus
Copy link
Member

geemus commented Aug 2, 2011

I'd rather not loosen it so far as to include multiple minor versions. I think it would probably be best to file a bug for omniauth to update to a more recent version, rather than working backwards to try and meet them halfway. Thanks!

@twice
Copy link

twice commented Aug 3, 2011

Point taken. The omniauth guys seem to be aware of the issue and have taken care of it.
Thanks.

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

3 participants