Upgrade async gems

Just because I'm poking at archiving again, I'm noticing failures when trying to run the `rails swf_assets:manifests:load` job, something to do with an "unacquired resource" with the connection.

Maybe this is a bug that an update will fix? May as well try!
This commit is contained in:
Emi Matchu 2025-07-26 09:53:50 -07:00
parent ba873e9e55
commit d75b30ee7b
18 changed files with 16 additions and 14 deletions

View file

@ -64,7 +64,7 @@ gem "addressable", "~> 2.8"
# For advanced batching of many HTTP requests.
gem "async", "~> 2.17", require: false
gem "async-http", "~> 0.86.0", require: false
gem "async-http", "~> 0.89.0", require: false
gem "thread-local", "~> 1.1", require: false
# For debugging.

View file

@ -82,22 +82,22 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
aes_key_wrap (1.1.0)
ast (2.4.3)
async (2.26.0)
async (2.27.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.12)
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.15)
async-container (0.24.0)
async (~> 2.22)
async-http (0.86.0)
async-http (0.89.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-http (~> 0.49)
protocol-http1 (~> 0.30)
protocol-http2 (~> 0.22)
traces (~> 0.10)
async-http-cache (0.4.5)
@ -171,7 +171,7 @@ GEM
protocol-http (~> 0.31)
protocol-rack (~> 0.7)
samovar (~> 2.3)
faraday (2.13.3)
faraday (2.13.4)
faraday-net_http (>= 2.0, < 3.5)
json
logger
@ -197,7 +197,7 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.8.1)
io-endpoint (0.15.2)
io-event (1.12.0)
io-event (1.12.1)
io-stream (0.10.0)
irb (1.15.2)
pp (>= 0.6.0)
@ -206,7 +206,7 @@ GEM
jaro_winkler (1.6.1)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.13.0)
json (2.13.1)
json-jwt (1.16.7)
activesupport (>= 4.2)
aes_key_wrap
@ -286,7 +286,7 @@ GEM
openssl (3.3.0)
orm_adapter (0.5.0)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pp (0.6.2)
@ -406,7 +406,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.4)
rubocop (1.78.0)
rubocop (1.79.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
@ -414,8 +414,9 @@ GEM
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.45.1, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
tsort (>= 0.2.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
@ -482,7 +483,7 @@ GEM
faraday (~> 2.0)
faraday-follow_redirects
sync (0.5.0)
temple (0.10.3)
temple (0.10.4)
terser (1.2.6)
execjs (>= 0.3.0, < 3)
thor (1.4.0)
@ -490,6 +491,7 @@ GEM
tilt (2.6.1)
timeout (0.4.3)
traces (0.15.2)
tsort (0.2.0)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
@ -533,7 +535,7 @@ DEPENDENCIES
RocketAMF!
addressable (~> 2.8)
async (~> 2.17)
async-http (~> 0.86.0)
async-http (~> 0.89.0)
bootsnap (~> 1.16)
debug (~> 1.9.2)
devise (~> 4.9, >= 4.9.2)

Binary file not shown.

BIN
vendor/cache/async-2.27.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/async-http-0.89.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/faraday-2.13.4.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/json-2.13.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/parser-3.3.9.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rubocop-1.79.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/temple-0.10.4.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/tsort-0.2.0.gem vendored Normal file

Binary file not shown.