Bump google-cloud-storage from 1.30.0 to 1.31.0 (#2658)

Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.30.0...google-cloud-storage/v1.31.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-15 18:39:50 +01:00 committed by GitHub
parent 8bb2859d48
commit 6b9f6395e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 12 deletions

View File

@ -6,7 +6,7 @@ gem "cucumber", "~> 5.3"
gem "rake", "~> 13.0"
gem "simctl", "~> 1.6"
gem "encrypted-environment", "~> 0.2.0"
gem "google-cloud-storage", "~> 1.30"
gem "google-cloud-storage", "~> 1.31"
gem "colorize", "~> 0.8.1"
gem "cocoapods", "~> 1.10"
gem "xcodeproj", "~> 1.19"

View File

@ -110,7 +110,7 @@ GEM
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
google-apis-core (0.2.0)
google-apis-core (0.3.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.14)
httpclient (>= 2.8.1, < 3.0)
@ -119,17 +119,18 @@ GEM
retriable (>= 2.0, < 4.0)
rexml
signet (~> 0.14)
google-apis-iamcredentials_v1 (0.1.0)
webrick
google-apis-iamcredentials_v1 (0.2.0)
google-apis-core (~> 0.1)
google-apis-storage_v1 (0.1.0)
google-apis-storage_v1 (0.3.0)
google-apis-core (~> 0.1)
google-cloud-core (1.5.0)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.4.0)
google-cloud-env (1.5.0)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.1)
google-cloud-storage (1.30.0)
google-cloud-errors (1.1.0)
google-cloud-storage (1.31.0)
addressable (~> 2.5)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
@ -137,7 +138,7 @@ GEM
google-cloud-core (~> 1.2)
googleauth (~> 0.9)
mini_mime (~> 1.0)
googleauth (0.14.0)
googleauth (0.16.0)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
@ -207,12 +208,12 @@ GEM
rubocop
ruby-macho (1.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
signet (0.14.0)
signet (0.15.0)
addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
@ -230,6 +231,7 @@ GEM
thread_safe (~> 0.1)
uber (0.1.0)
unicode-display_width (2.0.0)
webrick (1.7.0)
xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
@ -248,7 +250,7 @@ DEPENDENCIES
colorize (~> 0.8.1)
cucumber (~> 5.3)
encrypted-environment (~> 0.2.0)
google-cloud-storage (~> 1.30)
google-cloud-storage (~> 1.31)
highline (~> 2.0)
minitest
minitest-reporters