netbe / Babelish

Chaotically confused, like Babel
http://netbe.github.io/Babelish
MIT License
254 stars 84 forks source link

Update google_drive gem version #131

Closed 4brunu closed 4 years ago

4brunu commented 4 years ago

fastlane 2.148.0 and babelish 0.6.4 are not compatible because of some dependencies.

gem 'babelish', '0.6.4'
gem 'fastlane', '2.148.0'

Here is the error.

Bundler could not find compatible versions for gem "google-api-client":
  In snapshot (Gemfile.lock):
    google-api-client (= 0.36.4)

  In Gemfile:
    fastlane (= 2.148.1) was resolved to 2.148.1, which depends on
      google-api-client (>= 0.37.0, < 0.39.0)

    babelish (= 0.6.4) was resolved to 0.6.4, which depends on
      google_drive (~> 3.0.4) was resolved to 3.0.4, which depends on
        google-api-client (>= 0.11.0, < 0.37.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

This PR fixes this issue.

Thanks

4brunu commented 4 years ago

@netbe Thanks for merging this PR! I think the release of the new version has failed. Could you please check the error? Thanks

netbe commented 4 years ago

@4brunu so I checked and I think there is no need for a new release yet as the dependency is ~> 3.0.4. A bundle update will resolve to 3.0.5