fastlane/ci

KrauseFx:patch-1 branch for google-cloud-ruby deleted

kerry opened this issue · 2 comments

kerry commented

In Gemfile on the master, there is a dependency

Access to Google Cloud Platform Storage API.
gem "google-cloud-storage", git: "https://github.com/krausefx/google-cloud-ruby", branch: "patch-1"
TODO: Should be ">= 1.12.0", "< 2.0" once googleapis/google-cloud-ruby#2099 is merged

But the patch-1 branch has already been deleted so this dependency fails to resolve.
Also, I saw that googleapis/google-cloud-ruby#2099 will not merge and googleapis/google-cloud-ruby#2129 is still open

Any resolution for this?

Ahhh, nice catch, thanks, working on a fix

Just merged #986, could you give it another try?