mwunsch / weary

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

Loosen multi_json dependency #16

Closed aaronchi closed 11 years ago

aaronchi commented 12 years ago

I'm having issues with weary conflicting with uglifier:

Bundler could not find compatible versions for gem "multi_json":
  In Gemfile:
    weary (~> 1.0.0) ruby depends on
      multi_json (~> 1.1.0) ruby

    uglifier (>= 0) ruby depends on
      multi_json (1.3.4)

You should probably just use >=

mwunsch commented 12 years ago

Looks like they cut a new gem recently. Will work to test and upgrade.

For simple dependencies like this, a patch would be greatly appreciated :grin: