From cdf083632e289787df1f8b5c50cc2ba706ef5159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:32:45 +0000 Subject: [PATCH] :arrow_up: Bump google-cloud-storage from 1.52.0 to 1.53.0 Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) from 1.52.0 to 1.53.0. - [Release notes](https://github.com/googleapis/google-cloud-ruby/releases) - [Changelog](https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-document_ai-v1beta3/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-storage/v1.52.0...google-cloud-storage/v1.53.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)