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

Update Async libraries #418

Merged
merged 1 commit into from
Dec 5, 2024
Merged
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
58 changes: 33 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Loading