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

Any plans to update this gem? #1

Closed
rsedighi opened this issue Mar 2, 2017 · 2 comments
Closed

Any plans to update this gem? #1

rsedighi opened this issue Mar 2, 2017 · 2 comments

Comments

@rsedighi
Copy link

rsedighi commented Mar 2, 2017

Bundle install fails because the dependencies are out of date:

`Bundler could not find compatible versions for gem "faraday":
In snapshot (Gemfile.lock):
faraday (= 0.10.1)

In Gemfile:
aha-api was resolved to 1.0.13, which depends on
faraday (~> 0.9.0)

aha-api was resolved to 1.0.13, which depends on
  faraday_middleware was resolved to 0.11.0.1, which depends on
    faraday (< 1.0, >= 0.7.4)

omniauth-google-oauth2 was resolved to 0.4.1, which depends on
  omniauth-oauth2 (>= 1.3.1) was resolved to 1.4.0, which depends on
    oauth2 (~> 1.0) was resolved to 1.3.0, which depends on
      faraday (< 0.11, >= 0.8)

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

@schneidmaster
Copy link
Contributor

Hi there -- it looks like you have faraday locked to 0.10.1 in your Gemfile; is there a reason you can't just use 0.9? That would satisfy all of the dependency requirements.

We may update the gem at some point but will need to test for any breaking changes.

@rsedighi
Copy link
Author

rsedighi commented Mar 3, 2017

You're right @schneidmaster - updating faraday in the gem's gemspec resolved the issue.

@rsedighi rsedighi closed this as completed Mar 3, 2017
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