-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
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'
and everything went smoothly. |
@lobo Can a new release be cut? Last rubygems release was July 2016 |
Hi We apologize it, we'll take care of it soon. Regards, Andres |
Poke. Please follow through @aaguiarz. I'm waiting on this as well. |
We just published v4.4.0 to Rubygems |
thanks guys! |
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 theauth0
gem soon?The text was updated successfully, but these errors were encountered: