sckott / serrano

Low level Ruby client for Crossref
https://rubydoc.info/gems/serrano
MIT License
31 stars 3 forks source link

Conflict with version of faraday specified in other gem #48

Closed dshorthouse closed 6 years ago

dshorthouse commented 6 years ago

FWIW:

In Gemfile:
    google-api-client was resolved to 0.19.5, which depends on
      googleauth (< 0.7.0, >= 0.5) was resolved to 0.6.2, which depends on
        faraday (~> 0.12)

    serrano was resolved to 0.2.0, which depends on
      faraday (~> 0.9.1)
sckott commented 6 years ago

hi @dshorthouse not following yet. Where do you see this message?

dshorthouse commented 6 years ago

I attempted to use both serrano and the google-api-client gems & there's a conflict with the versions of faraday that both use.

"Unable to activate serrano-0.3.6, because faraday-0.14.0 conflicts with faraday (~> 0.12.0.1)"

dshorthouse commented 6 years ago

I just trashed my gemset and rebuilt it & the conflict disappeared. Weird.