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
routific-gem is implicitly restricting the rest-client version to ~>1.7.
~>1.7
From my Gemfile.lock
routific (1.7.2) json (~> 1.8) rest-client (~> 1.7)
Right now rest-client (1.8.0) in installed and I get the KeyError (key not found: :ciphers): error on my machine with Ruby 2.5.1.
rest-client (1.8.0)
KeyError (key not found: :ciphers):
This problem is resolved in the latest version of rest-client (2.0.2) but because of routific I cannot update to the latest rest-client.
rest-client (2.0.2)
Do you have a solution for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
routific-gem is implicitly restricting the rest-client version to
~>1.7
.From my Gemfile.lock
Right now
rest-client (1.8.0)
in installed and I get theKeyError (key not found: :ciphers):
error on my machine with Ruby 2.5.1.This problem is resolved in the latest version of
rest-client (2.0.2)
but because of routific I cannot update to the latest rest-client.Do you have a solution for this?
The text was updated successfully, but these errors were encountered: