我希望能够同时使用谷歌的API客户端的宝石做服务,以服务身份验证和google_drive API来访问电子表格。 不幸的是,这些宝石似乎冲突因需要不同版本法拉第在他们的依赖。 任何人都知道如何解决这个问题?
如果google_drive首先需要错误:
specification.rb:1637:in `raise_if_conflicts': Unable to activate google-api-client-0.4.4, because faraday-0.8.1 conflicts with faraday (~> 0.7.0) (Gem::LoadError)
错误如果谷歌/ api_client至上:
specification.rb:1637:in `raise_if_conflicts': Unable to activate oauth2-0.7.1, because faraday-0.7.6 conflicts with faraday (~> 0.8) (Gem::LoadError)