- From: Jenn Fountain <
>
- To:
- Subject: [chef] Re: Re: Re: Re: Re: Gem Versions
- Date: Tue, 10 Dec 2013 08:36:52 -0500
Thanks. That is why I ended up doing and works.
Thanks again! On Dec 10, 2013, at 8:35 AM, Mike <
">
> wrote: Hi Jenn,
I can definitely confirm what Ranjib & David mentioned.
In httparty 0.12.0, the maintainer decided to constrain their dependency on json 1.8.x and above, whereas Chef 11 will not currently allow anything beyond json 1.7.7, hence the conflict.
If you're using a Gemfile/gemspec, I'd add `gem 'httparty', '< 0.12.0'` or explicitly `gem 'httparty', '0.11.0'` for now, and document the reasoning.
If installing via chef_gem, then: chef_gem 'httparty' do version '0.11.0' end
Hope this helps, -M
|
Archive powered by MHonArc 2.6.16.