We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rubocop has a new cop that detects an upcoming deprecation to the OpenSSL gem that's built into Ruby.
The openssl introducing the deprecation: ruby/openssl#366
The new rubocop rule currently only in master: rubocop/rubocop#7950
/Users/tsmith/dev/work/supermarket/src/supermarket/app/models/user.rb:229:5: W: Lint/DeprecatedOpenSSLConstant: Use OpenSSL::Digest.hexdigest('MD5', key_in_der_format) instead of OpenSSL::Digest::MD5.hexdigest(key_in_der_format). OpenSSL::Digest::MD5.hexdigest(key_in_der_format).scan(/../).join(':') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
robbkidd
Successfully merging a pull request may close this issue.
Rubocop has a new cop that detects an upcoming deprecation to the OpenSSL gem that's built into Ruby.
The openssl introducing the deprecation:
ruby/openssl#366
The new rubocop rule currently only in master:
rubocop/rubocop#7950
The text was updated successfully, but these errors were encountered: