Created
December 15, 2011 06:55
-
-
Save dysinger/1480120 to your computer and use it in GitHub Desktop.
Always with the json conflicts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for flagging this. Fixed in 0.5.2.
Foodcritic/foodcritic#6