netbe / Babelish

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

Update google_drive gem version #128

Closed 4brunu closed 4 years ago

4brunu commented 4 years ago

fastlane 2.147.0 and babelish 0.6.3 are not compatible because of some dependencies.

gem 'babelish', '0.6.3'
gem 'fastlane', '2.147.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.0) was resolved to 2.148.0, which depends on
      google-api-client (>= 0.37.0, < 0.39.0)

    babelish (= 0.6.3) was resolved to 0.6.3, which depends on
      google_drive (~> 3.0.3) 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 tries to fix this issue.

Thanks

4brunu commented 4 years ago

Thanks for accepting this PR. When you have some time, could you please publish an update? Thanks 👍

netbe commented 4 years ago

@4brunu done, 0.6.4 is released

4brunu commented 4 years ago

Thanks 👍