21384: Update arvados-google-api-client in RailsAPI
authorBrett Smith <brett.smith@curii.com>
Wed, 7 Feb 2024 15:54:10 +0000 (10:54 -0500)
committerBrett Smith <brett.smith@curii.com>
Wed, 7 Feb 2024 15:54:10 +0000 (10:54 -0500)
There's no functional need for this. The main motivation is to make sure
this release and the associated stack gets thoroughly tested, to give us
more confidence it works for clients too.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

services/api/Gemfile.lock

index cfab90127c5246f79b851b5fdd1c5518d5d6d388..003b886cee3f357a71ee5bd9d08e5707eecae50f 100644 (file)
@@ -77,7 +77,7 @@ GEM
       activemodel (>= 3.0.0)
       activesupport (>= 3.0.0)
       rack (>= 1.1.0)
-    addressable (2.8.5)
+    addressable (2.8.6)
       public_suffix (>= 2.0.2, < 6.0)
     andand (1.3.3)
     arvados (2.7.0.rc2)
@@ -87,12 +87,12 @@ GEM
       i18n
       json (>= 1.7.7, < 3)
       jwt (>= 0.1.5, < 2)
-    arvados-google-api-client (0.8.7.5)
+    arvados-google-api-client (0.8.7.6)
       activesupport (>= 3.2, < 8.0)
       addressable (~> 2.3)
       autoparse (~> 0.3)
       extlib (~> 0.9)
-      faraday (~> 2.0)
+      faraday (~> 2.8.0)
       faraday-gzip (~> 2.0)
       faraday-multipart (~> 1.0)
       googleauth (~> 1.0)
@@ -104,9 +104,10 @@ GEM
       addressable (>= 2.3.1)
       extlib (>= 0.9.15)
       multi_json (>= 1.0.0)
+    base64 (0.2.0)
     builder (3.2.4)
     byebug (11.1.3)
-    concurrent-ruby (1.2.2)
+    concurrent-ruby (1.2.3)
     crass (1.0.6)
     date (3.3.3)
     docile (1.4.0)
@@ -117,10 +118,11 @@ GEM
     factory_bot_rails (6.2.0)
       factory_bot (~> 6.2.0)
       railties (>= 5.0.0)
-    faraday (2.7.10)
+    faraday (2.8.1)
+      base64
       faraday-net_http (>= 2.0, < 3.1)
       ruby2_keywords (>= 0.0.4)
-    faraday-gzip (2.0.0)
+    faraday-gzip (2.0.1)
       faraday (>= 1.0)
       zlib (~> 3.0)
     faraday-multipart (1.0.4)
@@ -129,10 +131,12 @@ GEM
     ffi (1.15.5)
     globalid (1.2.1)
       activesupport (>= 6.1)
-    googleauth (1.7.0)
-      faraday (>= 0.17.3, < 3.a)
+    google-cloud-env (2.1.1)
+      faraday (>= 1.0, < 3.a)
+    googleauth (1.9.2)
+      faraday (>= 1.0, < 3.a)
+      google-cloud-env (~> 2.1)
       jwt (>= 1.4, < 3.0)
-      memoist (~> 0.16)
       multi_json (~> 1.11)
       os (>= 0.9, < 2.0)
       signet (>= 0.16, < 2.a)
@@ -165,7 +169,6 @@ GEM
       net-pop
       net-smtp
     marcel (1.0.2)
-    memoist (0.16.2)
     method_source (1.0.0)
     mini_mime (1.1.5)
     mini_portile2 (2.8.4)
@@ -173,7 +176,7 @@ GEM
     mocha (2.1.0)
       ruby2_keywords (>= 0.0.5)
     multi_json (1.15.0)
-    multipart-post (2.3.0)
+    multipart-post (2.4.0)
     net-imap (0.3.7)
       date
       net-protocol
@@ -195,7 +198,7 @@ GEM
       rake (>= 0.8.1)
     pg (1.5.4)
     power_assert (2.0.3)
-    public_suffix (5.0.3)
+    public_suffix (5.0.4)
     racc (1.7.1)
     rack (2.2.8)
     rack-test (2.1.0)
@@ -278,7 +281,7 @@ GEM
       websocket-extensions (>= 0.1.0)
     websocket-extensions (0.1.5)
     zeitwerk (2.6.11)
-    zlib (3.0.0)
+    zlib (3.1.0)
 
 PLATFORMS
   ruby