Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible dependencies with 3.0.7 #412

Open
AndrewRayCode opened this issue Aug 17, 2021 · 1 comment
Open

Incompatible dependencies with 3.0.7 #412

AndrewRayCode opened this issue Aug 17, 2021 · 1 comment

Comments

@AndrewRayCode
Copy link

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
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants