diff --git a/Gemfile b/Gemfile index 0f494c3eebf5..b9dc9b2db5ae 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ gem "translation" # For File Uploads gem "aws-sdk-s3", require: false gem "azure-storage-blob", "~> 2.0", require: false -gem "google-cloud-storage", "~> 1.52", require: false +gem "google-cloud-storage", "~> 1.53", require: false # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] diff --git a/Gemfile.lock b/Gemfile.lock index ba4c857cd991..6e76985655e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,7 +240,7 @@ GEM retriable (>= 2.0, < 4.a) google-apis-iamcredentials_v1 (0.22.0) google-apis-core (>= 0.15.0, < 2.a) - google-apis-storage_v1 (0.47.0) + google-apis-storage_v1 (0.48.0) google-apis-core (>= 0.15.0, < 2.a) google-cloud-core (1.7.1) google-cloud-env (>= 1.0, < 3.a) @@ -248,7 +248,7 @@ GEM google-cloud-env (2.2.1) faraday (>= 1.0, < 3.a) google-cloud-errors (1.4.0) - google-cloud-storage (1.52.0) + google-cloud-storage (1.53.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-core (~> 0.13) @@ -642,7 +642,7 @@ DEPENDENCIES devise-i18n erb_lint (~> 0.7.0) foreman - google-cloud-storage (~> 1.52) + google-cloud-storage (~> 1.53) high_voltage i18n-tasks (~> 1.0.14) invisible_captcha (~> 2.3)