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

Relax dependency on omniauth-oauth2 #3

Open
ryanwood opened this issue Feb 14, 2017 · 0 comments
Open

Relax dependency on omniauth-oauth2 #3

ryanwood opened this issue Feb 14, 2017 · 0 comments

Comments

@ryanwood
Copy link

I'm upgrading a Rails app from 4.2.x to 5.0.x and ran into a dependency problem with this gem.

Bundler could not find compatible versions for gem "rack":
  In Gemfile:
    rails (~> 5.0.1) was resolved to 5.0.1, which depends on
      actionpack (= 5.0.1) was resolved to 5.0.1, which depends on
        rack (~> 2.0)

    ...
    omniauth-emma (>= 0.0.2) was resolved to 0.0.2, which depends on
      omniauth-oauth2 (~> 1.1.1) was resolved to 1.1.1, which depends on
        oauth2 (~> 0.8.0) was resolved to 0.8.0, which depends on
          rack (~> 1.2)

It looks like the problem is solved with this commit.

Privy@387b5b2

Would it be possible to merge that into this repo?

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

1 participant