Atalanta / cucumber-chef

Framework for test-driven infrastructure development
http://cucumber-chef.org
Apache License 2.0
265 stars 55 forks source link

gem deps #93

Closed nevir closed 11 years ago

nevir commented 11 years ago

This is pointing to your current master (I'm excited about vagrant support!)

Bundler could not find compatible versions for gem "json":
  In Gemfile:
    cucumber-chef (>= 0) ruby depends on
      json (~> 1.5.1) ruby

    chef (~> 10.18.0) ruby depends on
      json (1.6.1)

Can you loosen that any? (Unsure which of your deps are forcing the matter)

nevir commented 11 years ago

Never mind, chef 10.18.2 loosened their dependency!

zpatten commented 11 years ago

Ya I hit something similar to this issue. Wasn't sure what it was; dependencies all where within constraints for me (I manually verified); but nuking my Gemfile.lock, resetting my RVM gemset and a bundle update --binstubs later I was back in business.

zpatten commented 11 years ago

Reopening this so people have better visibility of this issue.