diff --git a/Gemfile b/Gemfile index 5438efd..dc5768b 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ gem "litestream", "~> 0.12.0" gem "aws-sdk-s3", "~> 1.182", :require => false -gem "terminalwire-rails", "~> 0.3.5.alpha" +gem "terminalwire-rails", "~> 0.3.5.rc1" gem "terminalwire", group: :development diff --git a/Gemfile.lock b/Gemfile.lock index 7c25ac5..1252a52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,12 +81,12 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) - async (2.23.1) + async (2.34.0) console (~> 1.29) fiber-annotation - io-event (~> 1.9) + io-event (~> 1.11) metrics (~> 0.12) - traces (~> 0.15) + traces (~> 0.18) async-cable (0.1.0) actioncable-next async (~> 2.9) @@ -98,20 +98,21 @@ GEM async-service io-endpoint memory-leak (~> 0.5) - async-http (0.88.0) + async-http (0.92.1) async (>= 2.10.2) - async-pool (~> 0.9) + async-pool (~> 0.11) io-endpoint (~> 0.14) io-stream (~> 0.6) metrics (~> 0.12) protocol-http (~> 0.49) protocol-http1 (~> 0.30) protocol-http2 (~> 0.22) + protocol-url (~> 0.2) traces (~> 0.10) async-http-cache (0.4.5) async-http (~> 0.56) - async-pool (0.10.3) - async (>= 1.25) + async-pool (0.11.0) + async (>= 2.0) async-service (0.13.0) async async-container (~> 0.16) @@ -161,7 +162,7 @@ GEM logger (~> 1.5) concurrent-ruby (1.3.5) connection_pool (2.5.0) - console (1.30.2) + console (1.34.2) fiber-annotation fiber-local (~> 1.1) json @@ -200,7 +201,7 @@ GEM fiber-annotation (0.2.0) fiber-local (1.1.0) fiber-storage - fiber-storage (1.0.0) + fiber-storage (1.0.1) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) @@ -214,8 +215,8 @@ GEM railties (>= 6.0.0) io-console (0.8.0) io-endpoint (0.15.2) - io-event (1.10.0) - io-stream (0.6.1) + io-event (1.14.0) + io-stream (0.11.0) irb (1.15.1) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -224,8 +225,8 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - json (2.10.2) - jwt (2.10.1) + json (2.15.1) + jwt (2.10.2) base64 kamal (2.5.3) activesupport (>= 7.0) @@ -288,7 +289,7 @@ GEM redcarpet (>= 3.0.0) matrix (0.4.2) memory-leak (0.5.2) - metrics (0.12.2) + metrics (0.15.0) mime-types (3.6.1) logger mime-types-data (~> 3.2015) @@ -325,7 +326,7 @@ GEM racc (~> 1.4) nokogiri (1.18.5-x86_64-linux-musl) racc (~> 1.4) - openssl (3.3.0) + openssl (3.3.1) orm_adapter (0.5.0) ostruct (0.6.1) parallel (1.26.3) @@ -341,16 +342,18 @@ GEM rack railties (>= 7.0.0) protocol-hpack (1.5.1) - protocol-http (0.49.0) - protocol-http1 (0.31.0) + protocol-http (0.55.0) + protocol-http1 (0.35.2) protocol-http (~> 0.22) - protocol-http2 (0.22.1) + protocol-http2 (0.23.0) protocol-hpack (~> 1.4) protocol-http (~> 0.47) - protocol-rack (0.11.2) + protocol-rack (0.16.0) + io-stream (>= 0.10) protocol-http (~> 0.43) rack (>= 1.0) - protocol-websocket (0.20.1) + protocol-url (0.4.0) + protocol-websocket (0.20.2) protocol-http (~> 0.2) psych (5.2.3) date @@ -358,7 +361,7 @@ GEM public_suffix (6.0.1) raabro (1.4.0) racc (1.8.1) - rack (3.1.12) + rack (3.2.3) rack-session (2.1.0) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -501,17 +504,18 @@ GEM thor (~> 1.3) uri-builder (~> 0.1.9) zeitwerk (~> 2.0) - terminalwire-core (0.3.5.alpha1) + terminalwire-core (0.3.5.rc1) async-websocket (~> 0.30) base64 (~> 0.2.0) msgpack (~> 1.7) + openssl (>= 3.3.1) uri-builder (~> 0.1.9) zeitwerk (~> 2.0) - terminalwire-rails (0.3.5.alpha1) - jwt (~> 2.0) - terminalwire-server (= 0.3.5.alpha1) - terminalwire-server (0.3.5.alpha1) - terminalwire-core (= 0.3.5.alpha1) + terminalwire-rails (0.3.5.rc1) + jwt (>= 2.0) + terminalwire-server (= 0.3.5.rc1) + terminalwire-server (0.3.5.rc1) + terminalwire-core (= 0.3.5.rc1) thor (~> 1.3) thor (1.3.2) thruster (0.1.12) @@ -519,7 +523,7 @@ GEM thruster (0.1.12-arm64-darwin) thruster (0.1.12-x86_64-linux) timeout (0.4.3) - traces (0.15.2) + traces (0.18.2) turbo-rails (2.0.13) actionpack (>= 7.1.0) railties (>= 7.1.0) @@ -545,7 +549,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS aarch64-linux @@ -584,7 +588,7 @@ DEPENDENCIES sqlite3 (>= 2.1) stimulus-rails terminalwire - terminalwire-rails (~> 0.3.5.alpha) + terminalwire-rails (~> 0.3.5.rc1) thruster turbo-rails tzinfo-data