diff --git a/Gemfile b/Gemfile index 0023f29245..e6acf6d3b5 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 0bf1671919..84708c6768 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -236,7 +236,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.49.0) google-apis-core (>= 0.15.0, < 2.a) google-cloud-core (1.7.1) google-cloud-env (>= 1.0, < 3.a) @@ -244,7 +244,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.54.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-core (~> 0.13) @@ -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) @@ -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) @@ -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 @@ -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) @@ -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)