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
In Rails 4.2.4, I see this warning from the OpenSSL call within encode when testing use rspec:
/opt/rubystack-2.2.3-2/ruby/lib/ruby/2.2.0/openssl/digest.rb:64 /opt/rubystack-2.2.3-2/ruby/lib/ruby/2.2.0/openssl/digest.rb:64:in `initialize' /opt/rubystack-2.2.3-2/ruby/lib/ruby/gems/2.2.0/gems/jwt-0.1.8/lib/jwt.rb:33:in `new' /opt/rubystack-2.2.3-2/ruby/lib/ruby/gems/2.2.0/gems/jwt-0.1.8/lib/jwt.rb:33:in `sign_hmac' /opt/rubystack-2.2.3-2/ruby/lib/ruby/gems/2.2.0/gems/jwt-0.1.8/lib/jwt.rb:16:in `sign' /opt/rubystack-2.2.3-2/ruby/lib/ruby/gems/2.2.0/gems/jwt-0.1.8/lib/jwt.rb:53:in `encode' Digest::Digest is deprecated; use Digest
The text was updated successfully, but these errors were encountered:
I'd recommend to update your ruby-jwt gem version. It looks like you are using an outdated version (0.1.8). The current stable version is 1.5.2.
Sorry, something went wrong.
it's worked, thanks 👍
Great. :)
No branches or pull requests
In Rails 4.2.4, I see this warning from the OpenSSL call within encode when testing use rspec:
The text was updated successfully, but these errors were encountered: