rancher-api
rancher-api copied to clipboard
Incompatibility with Rails 5
It is not possible to install rancher-api
in a Rails 5 project, as it depends on her
, which depends on activemodel
4 (see below). Also, I checked her
and it seems like the project is dead (no activity for almost an year).
rails (~> 5.0.0) was resolved to 5.0.0, which depends on
activerecord (= 5.0.0) was resolved to 5.0.0, which depends on
activemodel (= 5.0.0)
rancher-api (~> 0.3) was resolved to 0.3.0, which depends on
her (~> 0.7.6) was resolved to 0.7.6, which depends on
activemodel (<= 4.3.0, >= 3.0.0)
Is this something you plan to support? I'm willing to collaborate.
If there's an alternative to her, or some nice API wrapper so that we don't need to write all the boilerplate, I'm happy to switch from her.
Alex
Sent from my iPhone
On Jul 7, 2016, at 20:16, Henrique Zambon [email protected] wrote:
It is not possible to install rancher-api in a Rails 5 project, as it depends on her, which depends on activemodel 4 (see below). Also, I checked her and it seems like the project is dead (no activity for almost an year).
rails (~> 5.0.0) was resolved to 5.0.0, which depends on activerecord (= 5.0.0) was resolved to 5.0.0, which depends on activemodel (= 5.0.0) rancher-api (~> 0.3) was resolved to 0.3.0, which depends on her (~> 0.7.6) was resolved to 0.7.6, which depends on activemodel (<= 4.3.0, >= 3.0.0)
Is this something you plan to support? I'm willing to collaborate.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Or we could use one of the forks of her which support rails 5
It's an option... I'm not the biggest fan of using dead projects though. 😛
Looks like Her got rails support in version 0.8.2