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

I had to downgrade my gems to use this strategy :-( #53

Closed
bramski opened this issue Jan 29, 2018 · 5 comments
Closed

I had to downgrade my gems to use this strategy :-( #53

bramski opened this issue Jan 29, 2018 · 5 comments
Milestone

Comments

@bramski
Copy link

bramski commented Jan 29, 2018

After bundle update...

Fetching jwt 1.5.6 (was 2.1.0)
Installing jwt 1.5.6 (was 2.1.0)
Fetching faraday 0.12.2 (was 0.13.1)
Installing faraday 0.12.2 (was 0.13.1)
Fetching mime-types 2.99.3 (was 3.1)
Installing mime-types 2.99.3 (was 3.1)
Fetching rest-client 1.8.0 (was 2.0.2)
Installing rest-client 1.8.0 (was 2.0.2)
@goncalopereira
Copy link

Same issue, seems that the gem dependencies haven't been updated in a year. this might bring security concerns.

@cocojoe
Copy link
Member

cocojoe commented Jul 18, 2018

@joshcanhelp lets get those gems upgraded

@cocojoe
Copy link
Member

cocojoe commented Jul 18, 2018

Sorry for the long delay, picking up on this repo now. We will be going through some updates soon.

@joshcanhelp
Copy link
Contributor

Updated omniauth-oauth2 in #55, that takes care of rest-client. I'm tracking down the rest of those now.

@joshcanhelp joshcanhelp added this to the v2-Next milestone Jul 18, 2018
@joshcanhelp
Copy link
Contributor

Looks like the jwt one comes from the oauth2 gemspec, which, in turn, comes from OmniAuth (gemspec). PR linked on the last comment updates the latter but it's already using the latest Oauth2 version.

mime-types is now up-to-date as well. I suspect faraday is part of the same tree here as this strategy only requires OmniAuth, nothing else.

Let me know if I missed anything and thank you for the report!

@joshcanhelp joshcanhelp modified the milestone: v2-Next Oct 30, 2018
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

4 participants