dmytro/nagira

nagira_active_resource json 1.7.7 dependency causing conflicts with other gems

Closed this issue · 2 comments

I'm using Rails 3.2.13 with a number of other gems, notably carrierwave and a jQuery UI gem, both of which now require json 1.8.0. I can't install the nagira_active_resource gem because it requires json 1.7.7.

: jkirk@imac:my_rails_app ; bundle install
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "json":
  In Gemfile:
    nagira_active_resource (>= 0) ruby depends on
      json (= 1.7.7) ruby

    carrierwave (>= 0) ruby depends on
      json (1.8.0)

@jeffkirk1 Thank you for reporting. I've pushed new version 0.2.10 with this fix and some other changes.

v.0.2.11 released right now with some cleanup of Gemfile and gemspec.