Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump google-cloud-storage from 1.52.0 to 1.54.0 #8488

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.54', 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.2)
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.49.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.54.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.3)
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.54)
holidays (~> 8.8.0)
htmlentities (~> 4.3.0)
i18n (~> 1.14.6)
Expand Down
Loading