1

how to resolve this type of errors

In Gemfile:
    appdirect (>= 0) ruby depends on
      nori (~> 2.4) ruby

    google-adwords-api (>= 0) ruby depends on
      google-ads-common (~> 0.9.8) ruby depends on
        savon (~> 1.2.0) ruby depends on
          nori (1.1.5)

Please tell. I tried updating google-adword-api gem but its not working.

alexbt
  • 16,415
  • 6
  • 78
  • 87
Adt
  • 495
  • 6
  • 19

2 Answers2

1

Unfortunately, google-ads-common gem is sticked to old version of savon, here's what gem author says:

Savon 2 does not support the complex AdWords API wsdls. I would love to upgrade and put this to rest, but it isn't feasible at the moment. We are looking into alternatives.

In this sad situation you need to choose between conflicting gems, you can't have both at once.

Alexey Shein
  • 7,342
  • 1
  • 25
  • 38
0

I have edited appdirect to use compitable version of nori. Here is the link to the gem

https://github.com/aditya01933/appdirect

Adt
  • 495
  • 6
  • 19