-
Notifications
You must be signed in to change notification settings - Fork 81
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
Unirest is depending on insecure rest-client gem version #24
Comments
+1 |
1 similar comment
👍 |
i need this |
Use rest_client directly |
this is starting to cause dependency issues with other widely used libraries (urbanairship).... is this thing being maintained? |
👍 upgrade please |
IMHO, you should not use this gem because of the rest_client version problem and because of the problem addressed by #29 ! This gem is not well coded and not maintained. It could add bugs and security problems in your app. |
We've fixed this now, apologies for the slowness. The gem is maintained and we'll be updating a few of the issues, including the one you've mentioned @guizmaii :) |
@nikz could you release new gem version so that we can use |
I'd like to chime in, it would be great to release a new gem with the rest-client 1.8.0 update that is in master. |
Could you please upgrade the dependency from
s.add_dependency('rest-client', '~> 1.6.7')
tos.add_dependency('rest-client', '~> 1.8.0')
?The text was updated successfully, but these errors were encountered: