Skip to content

Commit

Permalink
Build(deps): Bump google-cloud-storage from 1.52.0 to 1.53.0
Browse files Browse the repository at this point in the history
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](googleapis/google-cloud-ruby@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent b73f0b7 commit 48c9a51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ gem 'alaveteli_features', path: 'gems/alaveteli_features'

# Storage backends
gem 'aws-sdk-s3', require: false
gem 'google-cloud-storage', '~> 1.52', require: false
gem 'google-cloud-storage', '~> 1.53', require: false

# Storage content analyzers
gem 'excel_analyzer', path: 'gems/excel_analyzer', require: false
Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ GEM
railties (>= 5.0.0)
fancybox-rails (0.3.1)
railties (>= 3.1.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
fast_gettext (3.1.0)
prime
fivemat (1.3.7)
Expand Down Expand Up @@ -236,15 +236,15 @@ 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)
google-cloud-errors (~> 1.0)
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)
Expand All @@ -253,9 +253,11 @@ GEM
google-cloud-core (~> 1.6)
googleauth (~> 1.9)
mini_mime (~> 1.0)
googleauth (1.11.2)
google-logging-utils (0.1.0)
googleauth (1.12.0)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
Expand Down Expand Up @@ -297,7 +299,7 @@ GEM
libv8-node (18.19.0.0-x86_64-darwin)
libv8-node (18.19.0.0-x86_64-linux)
locale (2.1.4)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -324,8 +326,8 @@ GEM
money (6.19.0)
i18n (>= 0.6.4, <= 2)
multi_json (1.15.0)
mutex_m (0.2.0)
net-http (0.5.0)
mutex_m (0.3.0)
net-http (0.6.0)
uri
net-imap (0.5.0)
date
Expand Down Expand Up @@ -543,7 +545,7 @@ GEM
unicode-display_width (2.6.0)
unidecoder (1.1.2)
uniform_notifier (1.16.0)
uri (1.0.1)
uri (1.0.2)
vpim (24.2.20)
web-console (4.2.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -603,7 +605,7 @@ DEPENDENCIES
gettext_i18n_rails (~> 1.13.0)
globalize (~> 6.3.0)
gnuplot (~> 2.6.0)
google-cloud-storage (~> 1.52)
google-cloud-storage (~> 1.53)
holidays (~> 8.8.0)
htmlentities (~> 4.3.0)
i18n (~> 1.14.6)
Expand Down

0 comments on commit 48c9a51

Please sign in to comment.