Skip to content

Commit ac24d52

Browse files
⬆️ Bump google-cloud-storage from 1.56.0 to 1.57.0 (#3629)
1 parent e0167b9 commit ac24d52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ gem "translation"
109109
# For File Uploads
110110
gem "aws-sdk-s3", require: false
111111
gem "azure-storage-blob", "~> 2.0", require: false
112-
gem "google-cloud-storage", "~> 1.56", require: false
112+
gem "google-cloud-storage", "~> 1.57", require: false
113113

114114
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
115115
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ GEM
253253
base64 (~> 0.2)
254254
faraday (>= 1.0, < 3.a)
255255
google-cloud-errors (1.5.0)
256-
google-cloud-storage (1.56.0)
256+
google-cloud-storage (1.57.0)
257257
addressable (~> 2.8)
258258
digest-crc (~> 0.4)
259-
google-apis-core (~> 0.13)
259+
google-apis-core (>= 0.18, < 2)
260260
google-apis-iamcredentials_v1 (~> 0.18)
261261
google-apis-storage_v1 (>= 0.42)
262262
google-cloud-core (~> 1.6)
@@ -664,7 +664,7 @@ DEPENDENCIES
664664
devise-i18n
665665
erb_lint (~> 0.9.0)
666666
foreman
667-
google-cloud-storage (~> 1.56)
667+
google-cloud-storage (~> 1.57)
668668
high_voltage
669669
i18n-tasks (~> 1.0.15)
670670
invisible_captcha (~> 2.3)

0 commit comments

Comments
 (0)