diff --git a/Gemfile b/Gemfile index ce01053de4..a0fa29ecc4 100644 --- a/Gemfile +++ b/Gemfile @@ -165,7 +165,7 @@ gem 'alaveteli_features', path: 'gems/alaveteli_features' # Storage backends gem 'aws-sdk-s3', require: false gem 'azure-storage', require: false -gem 'google-cloud-storage', '~> 1.44', require: false +gem 'google-cloud-storage', '~> 1.45', require: false group :test do gem 'fivemat', '~> 1.3.7' diff --git a/Gemfile.lock b/Gemfile.lock index df3cd774b5..a1c1ab33f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM date (3.3.3) declarative (0.0.20) diff-lcs (1.5.0) - digest-crc (0.6.4) + digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) docile (1.4.0) erubi (1.12.0) @@ -236,7 +236,7 @@ GEM activerecord (>= 4.2, < 7.2) request_store (~> 1.0) gnuplot (2.6.2) - google-apis-core (0.9.5) + google-apis-core (0.11.2) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.16.2, < 2.a) httpclient (>= 2.8.1, < 3.a) @@ -245,28 +245,27 @@ GEM retriable (>= 2.0, < 4.a) rexml webrick - google-apis-iamcredentials_v1 (0.16.0) - google-apis-core (>= 0.9.1, < 2.a) - google-apis-storage_v1 (0.19.0) - google-apis-core (>= 0.9.0, < 2.a) + google-apis-iamcredentials_v1 (0.17.0) + google-apis-core (>= 0.11.0, < 2.a) + google-apis-storage_v1 (0.29.0) + google-apis-core (>= 0.11.0, < 2.a) google-cloud-core (1.6.0) google-cloud-env (~> 1.0) google-cloud-errors (~> 1.0) google-cloud-env (1.6.0) faraday (>= 0.17.3, < 3.0) - google-cloud-errors (1.3.0) - google-cloud-storage (1.44.0) + google-cloud-errors (1.3.1) + google-cloud-storage (1.45.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-iamcredentials_v1 (~> 0.1) - google-apis-storage_v1 (~> 0.19.0) + google-apis-storage_v1 (~> 0.29.0) google-cloud-core (~> 1.6) googleauth (>= 0.16.2, < 2.a) mini_mime (~> 1.0) - googleauth (1.3.0) + googleauth (1.8.1) faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) - memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) @@ -290,7 +289,7 @@ GEM jquery-ui-rails (6.0.1) railties (>= 3.2.16) json (2.6.3) - jwt (2.6.0) + jwt (2.7.1) language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) @@ -312,7 +311,6 @@ GEM marcel (1.0.2) matrix (0.4.2) maxmind-db (1.0.0) - memoist (0.16.2) method_source (1.0.0) mime-types (3.5.1) mime-types-data (~> 3.2015) @@ -326,7 +324,7 @@ GEM money (6.16.0) i18n (>= 0.6.4, <= 2) multi_json (1.15.0) - multipart-post (2.2.3) + multipart-post (2.3.0) net-imap (0.3.7) date net-protocol @@ -490,7 +488,7 @@ GEM redis (>= 4.5.0, < 5) sidekiq-limit_fetch (4.4.1) sidekiq (>= 6) - signet (0.17.0) + signet (0.18.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) jwt (>= 1.5, < 3.0) @@ -539,7 +537,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.7.0) + webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -587,7 +585,7 @@ DEPENDENCIES gettext_i18n_rails (~> 1.12.0) globalize (~> 6.3.0) gnuplot (~> 2.6.0) - google-cloud-storage (~> 1.44) + google-cloud-storage (~> 1.45) holidays (~> 8.6.0) htmlentities (~> 4.3.0) i18n (~> 1.14.1)