You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm trying to update my installation to 3.0.7. When I run
It fails with
these errors don't make sense, why does the dependency on
google-apis-drive_v3
orgoogle-apis-sheets_v4
matter?The text was updated successfully, but these errors were encountered: