voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 242 forks source link

Chef DK installs addressable 2.4.0 which conflicts with the requirement for 2.3.8 for json-schema #317

Closed andrewheald closed 8 years ago

andrewheald commented 8 years ago

I worked round this by editing ~/.chefdk/gem/ruby/2.1.0/specifications/json-schema-2.6.1.gemspec to change the addressable 2.3.8 dependency to 2.4.0. It works for my use of json-schema, but I'm not able to say that it'd work for everyone. I might fork and try it.

andrewheald commented 8 years ago

Sorry, I now see there's already a pull request in progress for this. I'll close.