Skip to content

Instantly share code, notes, and snippets.

@dysinger
Created December 15, 2011 06:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dysinger/1480120 to your computer and use it in GitHub Desktop.
Save dysinger/1480120 to your computer and use it in GitHub Desktop.
Always with the json conflicts
chef ➤ cat Gemfile git:develop*
source :rubygems
gem "chef", "~> 0.10.6"
gem "foodcritic", "~> 0.5.1"
chef ➤ bundle install --path vendor/bundle --binstubs git:develop*
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "json":
In Gemfile:
chef (~> 0.10.6) ruby depends on
json (<= 1.6.1, >= 1.4.4) ruby
foodcritic (~> 0.5.1) ruby depends on
json (1.6.3)
@acrmp
Copy link

acrmp commented Dec 15, 2011

Thanks for flagging this. Fixed in 0.5.2.
Foodcritic/foodcritic#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment