cyberark / cyberark-conjur-cli-docker-based

CyberArk Conjur command line interface (Ruby)
https://rubygems.org/gems/conjur-cli
Apache License 2.0
14 stars 12 forks source link

CLI gem version 5.5.0 pulls conjur-api 5.0.0 #197

Closed dividedmind closed 6 years ago

dividedmind commented 6 years ago

If you gem install conjur-cli --version 5.5.0, conjur-api-5.0.0 gets installed as dependency. This is wrong: conjur-cli 5 is supposed to work with Conjur v4, which needs conjur-api-4. (I know these versions are confusing.)

dividedmind commented 6 years ago

Apparently this was caused by a thinko in 39878628 which removed major version pin. I'll verify if this is the case, fix and release.

dividedmind commented 6 years ago

(Apparently Alan tried to fix it with cf5c94dcaa49a4dfb9fb158c0f7c4dffc275b191, but this also didn't work.)