google-drive-ruby icon indicating copy to clipboard operation
google-drive-ruby copied to clipboard

Incompatible dependencies with 3.0.7

Open AndrewRayCode opened this issue 3 years ago • 1 comments

I'm trying to update my installation to 3.0.7. When I run

bundle update google_drive

It fails with

Bundler could not find compatible versions for gem "google-apis-drive_v3":
  In Gemfile:
    google_drive (~> 3.0.7) was resolved to 3.0.7, which depends on
      google-apis-drive_v3 (< 1.0.0, >= 0.5.0)

Bundler could not find compatible versions for gem "google-apis-sheets_v4":
  In Gemfile:
    google_drive (~> 3.0.7) was resolved to 3.0.7, which depends on
      google-apis-sheets_v4 (< 1.0.0, >= 0.4.0)

Bundler could not find compatible versions for gem "googleauth":
  In Gemfile:
    google_drive (~> 3.0.7) was resolved to 3.0.7, which depends on
      googleauth (< 1.0.0, >= 0.5.0)

these errors don't make sense, why does the dependency on google-apis-drive_v3 or google-apis-sheets_v4 matter?

AndrewRayCode avatar Aug 17 '21 23:08 AndrewRayCode

+1

prcongithub avatar Jun 22 '23 14:06 prcongithub