xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.59k stars 239 forks source link

Can not run with google-cloud-storage-1.17.0 #331

Open smoothdvd opened 5 years ago

smoothdvd commented 5 years ago

Unable to activate google-cloud-storage-1.17.0, because google-api-client-0.23.9 conflicts with google-api-client (~> 0.26) (Gem::ConflictError)

Endareth commented 5 years ago

You can work around this for now by reverting google-cloud-storage back to an earlier version:

gem uninstall google-cloud-storage -v 1.17.0
gem install google-cloud-storage -v 1.16.0
gem cleanup