xcode-install
xcode-install copied to clipboard
Can not run with google-cloud-storage-1.17.0
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)
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