gimite / google-drive-ruby

A Ruby library to read/write files/spreadsheets in Google Drive/Docs.
Other
1.76k stars 493 forks source link

Incompatible dependencies with 3.0.7 #412

Open AndrewRayCode opened 3 years ago

AndrewRayCode commented 3 years ago

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?

prcongithub commented 1 year ago

+1