1
votes

I have an application which is using Appnexusapi gem. Now I need to install google-api-client gem(>= 0.8.2) into my application to connect google adx api. But while installing google-api-client I am getting dependency issues with faraday and multi_json gems. Can any one provide me solution to this issue.

Please find the below error I am getting

 Bundler could not find compatible versions for gem "multi_json":
 In Gemfile:
    appnexusapi (>= 0) ruby depends on
      multi_json (~> 1.0.3) ruby

    google-api-client (= 0.8.2) ruby depends on
      multi_json (1.10.0) 

Thanks in advance

1

1 Answers

0
votes

Ask the author of appnexusapi to update to a later version of multi_json. While you wait, you can try forking it yourself, updating the gemspec and then specifying your fork as the gem source. If you are able to make it work with the latest version of multi_json (I can't see any tests) then you could send a pull request.