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

New version with updated rest-client dependency #93

Closed
97jaz opened this issue Aug 15, 2017 · 7 comments
Closed

New version with updated rest-client dependency #93

97jaz opened this issue Aug 15, 2017 · 7 comments

Comments

@97jaz
Copy link

97jaz commented Aug 15, 2017

We've run into the problem described in #83, and it appears that a fix was committed in April, which consists solely of updating the version of rest-client (#87). Do you have plans to release a new version of the auth0 gem soon?

@nonnenmacher
Copy link

Got into the same trap, updating (on MacOS) from ruby 2.4.0 to 2.4.1 because some deprecations (OpenSSL:Cipher::Cipher) that are now enforced in the implied brew update of OpenSSL librairie.

I changed my Gemfile to read the latest gemspec dependency on rest-client -> '2.0'
with

gem  'rest-client', "~> 2.0"
gem 'auth0', '~> 4.1' , github: 'auth0/ruby-auth0'

and everything went smoothly.

@wingrunr21
Copy link

@lobo Can a new release be cut? Last rubygems release was July 2016

@aaguiarz
Copy link
Contributor

Hi

We apologize it, we'll take care of it soon.

Regards,

Andres

@bramski
Copy link

bramski commented Feb 14, 2018

Poke. Please follow through @aaguiarz. I'm waiting on this as well.

@jqr
Copy link

jqr commented Feb 16, 2018

@bramski looks like this was released in v4.2.0 yesterday.

@aaguiarz
Copy link
Contributor

We just published v4.4.0 to Rubygems

@bramski
Copy link

bramski commented Feb 19, 2018

thanks guys!

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

6 participants