This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
kensa test fails due to rest-client-1.8.0??? #112
Comments
I'm not able to replicate this exact issue – although I've stumbled upon plenty of other ones while trying 😛 I'm going to spend a little time trying to update Rest Client to |
@mnoble I'm seeing this issue as well. Did updating rest-client to v.2.0.2 fix it? |
+1 |
FWIW, this is still valid with Ruby 2.4.0 and Kensa 3.10 |
Please try the new replacement for Kensa: https://github.com/heroku/heroku-cli-addons-admin Kensa is EOLed. Thanks! |
😭😭😭 It's a holiday miracle! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not a ruby expert at all. When I run
kensa test
I get this:Tried to install a newer version of rest-client, now when I
gem list
I see:So I try to get rid of the old version using
gem uninstall rest-client --version 1.8.0
, but then I get this scary message:Please help me and tell me what to do in order to get kensa to test and push properly. I really don't care which gem version it's using, just need it to work.
The text was updated successfully, but these errors were encountered: