mikamai / akamai_api

Akamai gem+CLI to work with CCU and ECCU interfaces
MIT License
43 stars 19 forks source link

httpi gem conflict #18

Closed gardenofwine closed 10 years ago

gardenofwine commented 10 years ago

In my project I'm using akamai_api, which specifies savon 2.2 as a dependancy; savon 2.2 specifies httpi 2.0.2 as a dependacy.

when I added the aftership gem, I got a conflict because aftership uses httpi 2.2

The solution, I suspect, is a dependancy update to savon >= 2.2

nicolaracco commented 10 years ago

I can't update at the moment to the latest savon (2.4) but it seems to work with savon 2.3. I pushed it on master. I will release it in the next days (when I'll be sure there are no issues with this version of savon), in the meantime you can use HEAD. Add the following in your gemfile:

gem 'akamai_api', github: 'nicolaracco/akamai_api'
nicolaracco commented 10 years ago

Is it solved for you ? Can I close this ?

gardenofwine commented 10 years ago

Hi Nicola,

Yes, the problem is solved by your answer. Sorry for not contacting you about it myself. You can close the issue

On Wed, May 21, 2014 at 9:09 PM, Nicola Racco notifications@github.comwrote:

Is it solved for you ? Can I close this ?

— Reply to this email directly or view it on GitHubhttps://github.com/nicolaracco/akamai_api/issues/18#issuecomment-43793606 .