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