ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

Oauth2 faraday gem conflict #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of Oauth2 0.8.0 they are using faraday 0.8.0, which conflicts with this 
gem's dependency of 7.

Original issue reported on code.google.com by parker.y...@collegeplus.org on 19 Jul 2012 at 7:54

GoogleCodeExporter commented 9 years ago
Bundler could not find compatible versions for gem "faraday":
  In Gemfile:
    google-api-client (>= 0.4.4) ruby depends on
      faraday (~> 0.7.0) ruby

    google-api-client (>= 0.4.4) ruby depends on
      faraday (0.8.1)

Original comment by johnn...@gmail.com on 23 Jul 2012 at 6:29

GoogleCodeExporter commented 9 years ago
This is in-progress, but currently blocked pending a new release of the launchy 
gem.

Original comment by bobaman@google.com on 23 Jul 2012 at 7:22

GoogleCodeExporter commented 9 years ago
This gem uses launchy 2.0, launchy 2.1 is published. Is there something wrong 
with updating to 2.1?

Original comment by parker.y...@collegeplus.org on 24 Jul 2012 at 2:56

GoogleCodeExporter commented 9 years ago
Yes. Launchy 2.0.4 and later introduce an overly restrictive dependency on 
addressable. The client itself requires a newer version of addressable, which 
causes a dependency conflict. I'm working with the developer of Launchy to get 
a new release with a less restrictive dependency going. Though I may actually 
force a downgrade to 2.0.3 as a work-around if a release doesn't appear soonish.

Original comment by sporkmonger on 24 Jul 2012 at 3:04

GoogleCodeExporter commented 9 years ago
Ah, I saw that issue, I didn't realize that was what was holding back this 
release. Thanks for the update, I appreciate it!

Original comment by parker.y...@collegeplus.org on 24 Jul 2012 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by bobaman@google.com on 27 Jul 2012 at 3:45

GoogleCodeExporter commented 9 years ago
Signet 0.4.1 has been released.

Original comment by bobaman@google.com on 31 Jul 2012 at 12:54