mwunsch / weary

A framework and DSL for building RESTful web service clients
MIT License
482 stars 23 forks source link

gilt (~> 0.2.0) ruby depends on multi_json (~> 1.3.0) ruby #30

Closed adg29 closed 11 years ago

adg29 commented 11 years ago

Having issues installing the gilt gem because one of my other gems depends on multi_json (1.5.0), and weary and gilt gem dependon on multi_json (~> 1.3.0).

Any advice on how to deal with these conflicts?