Open cchensh opened 6 years ago
Hi @relrod , this gem looks really helpful to my app. However I ran into an error
Bundler could not find compatible versions for gem "savon": In snapshot (Gemfile.lock): savon (= 2.11.2)
In Gemfile: savon (~> 2.11.0)
bing_translator (= 5.2.0) was resolved to 5.2.0, which depends on savon (~> 2.10.0)
It seems not compatible with savon 2.11.0 version or higher.
Thank you
Hey @cchensh, I think this issue is no longer relevant.
Microsoft phases out their API V2 today, and V3 is not based on the SOAP anymore, so fixing this no longer makes sense.
Hi @relrod , this gem looks really helpful to my app. However I ran into an error
Bundler could not find compatible versions for gem "savon": In snapshot (Gemfile.lock): savon (= 2.11.2)
In Gemfile: savon (~> 2.11.0)
It seems not compatible with savon 2.11.0 version or higher.
Thank you