From 4c0eb32009bce8ef896800beb4aaaf9fa94966c7 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Wed, 4 Dec 2024 20:12:59 -0500 Subject: [PATCH] Update Async libraries There was an incompatibility with the previous verison of Async and our new version of Ruby. Updating the Async libraries fixes the issue --- Gemfile.lock | 58 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c8becc90..e93651e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,22 +81,23 @@ GEM activerecord (>= 6.0, < 7.1) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) - async (2.1.0) - console (~> 1.10) - io-event (~> 1.0.0) - timers (~> 4.1) - async-http (0.59.2) - async (>= 1.25) - async-io (>= 1.28) - async-pool (>= 0.2) - protocol-http (~> 0.23.1) - protocol-http1 (~> 0.14.0) - protocol-http2 (~> 0.14.0) - traces (>= 0.4.0) - async-io (1.34.0) - async - async-pool (0.3.12) + async (2.21.1) + console (~> 1.29) + fiber-annotation + io-event (~> 1.6, >= 1.6.5) + async-http (0.86.0) + async (>= 2.10.2) + async-pool (~> 0.9) + io-endpoint (~> 0.14) + io-stream (~> 0.6) + metrics (~> 0.12) + protocol-http (~> 0.43) + protocol-http1 (>= 0.28.1) + protocol-http2 (~> 0.22) + traces (~> 0.10) + async-pool (0.10.2) async (>= 1.25) + traces autoprefixer-rails (10.4.7.0) execjs (~> 2) aws-eventstream (1.2.0) @@ -236,8 +237,10 @@ GEM coffee-script-source (1.12.2) concurrent-ruby (1.2.2) connection_pool (2.4.1) - console (1.15.3) - fiber-local + console (1.29.0) + fiber-annotation + fiber-local (~> 1.1) + json contentdm_api (0.6.0) http (~> 4.3) coveralls (0.8.23) @@ -312,7 +315,10 @@ GEM ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - fiber-local (1.0.0) + fiber-annotation (0.2.0) + fiber-local (1.1.0) + fiber-storage + fiber-storage (1.0.0) fontello_rails_converter (0.4.0) activesupport launchy @@ -356,7 +362,9 @@ GEM image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - io-event (1.0.9) + io-endpoint (0.14.0) + io-event (1.7.4) + io-stream (0.6.1) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -404,6 +412,7 @@ GEM rack-contrib (>= 1.1, < 3) railties (>= 3.0.0, < 7) method_source (1.1.0) + metrics (0.12.1) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) @@ -451,11 +460,11 @@ GEM request_store (~> 1.1) parslet (2.0.0) popper_js (1.16.0) - protocol-hpack (1.4.2) - protocol-http (0.23.12) - protocol-http1 (0.14.6) + protocol-hpack (1.5.1) + protocol-http (0.47.1) + protocol-http1 (0.28.1) protocol-http (~> 0.22) - protocol-http2 (0.14.2) + protocol-http2 (0.22.0) protocol-hpack (~> 1.4) protocol-http (~> 0.18) pry (0.14.2) @@ -669,13 +678,12 @@ GEM thread-local (1.1.0) tilt (2.0.11) timeout (0.4.0) - timers (4.3.4) tins (1.31.1) sync titleize (1.4.1) tophat (2.3.1) actionpack (>= 3.0.0) - traces (0.7.0) + traces (0.14.1) trailblazer-option (0.1.2) twitter-typeahead-rails (0.11.1.pre.corejavascript) actionpack (>= 3.1)