You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
The ezcrypto dependency is causing the following deprecation warning:
warning: constant OpenSSL::Cipher::Cipher is deprecated
It appears that Ruby 2.4 changed OpenSSL::Cipher::Cipher.new() to just OpenSSL::Cipher.new(). There's a related issue open on the ezcrypto repo, but it looks like it might be abandonware at this point.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
ezcrypto
dependency is causing the following deprecation warning:warning: constant OpenSSL::Cipher::Cipher is deprecated
It appears that Ruby 2.4 changed
OpenSSL::Cipher::Cipher.new()
to justOpenSSL::Cipher.new()
. There's a related issue open on theezcrypto
repo, but it looks like it might be abandonware at this point.The text was updated successfully, but these errors were encountered: