diff --git a/Gemfile b/Gemfile index ff6d371..d22803f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "~> 8.0.2" gem "sqlite3", ">= 2.1" # Falcon - multiprocess, multi-fibre rack-compatible HTTP server replacing thread-based servers like Puma -gem "falcon", "~> 0.51.1" +gem "falcon", "~> 0.52.3" # Build JSON APIs with ease [https://github.com/rails/jbuilder] # gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index 6f63b31..df28f9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,22 +73,23 @@ GEM tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) ast (2.4.3) - async (2.24.0) + async (2.27.2) console (~> 1.29) fiber-annotation - io-event (~> 1.9) + io-event (~> 1.11) metrics (~> 0.12) traces (~> 0.15) - async-container (0.24.0) + async-container (0.25.0) async (~> 2.22) - async-container-supervisor (0.5.1) + async-container-supervisor (0.5.2) async-container (~> 0.22) async-service io-endpoint + io-stream memory-leak (~> 0.5) - async-http (0.89.0) + async-http (0.90.1) async (>= 2.10.2) - async-pool (~> 0.9) + async-pool (~> 0.11) io-endpoint (~> 0.14) io-stream (~> 0.6) metrics (~> 0.12) @@ -98,8 +99,8 @@ GEM 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) @@ -116,7 +117,7 @@ GEM builder (3.3.0) concurrent-ruby (1.3.5) connection_pool (2.5.3) - console (1.30.2) + console (1.33.0) fiber-annotation fiber-local (~> 1.1) json @@ -149,7 +150,7 @@ GEM erubi (1.13.1) et-orbi (1.2.11) tzinfo - falcon (0.51.1) + falcon (0.52.3) async async-container (~> 0.20) async-container-supervisor (~> 0.5.0) @@ -181,13 +182,13 @@ GEM concurrent-ruby (~> 1.0) io-console (0.8.0) io-endpoint (0.15.2) - io-event (1.10.0) - io-stream (0.6.1) + io-event (1.12.1) + io-stream (0.10.0) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.12.0) + json (2.13.2) kamal (2.6.1) activesupport (>= 7.0) base64 (~> 0.2) @@ -201,7 +202,7 @@ GEM zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - localhost (1.5.0) + localhost (1.6.0) logger (1.7.0) loofah (2.24.1) crass (~> 1.0.2) @@ -214,7 +215,7 @@ GEM mapping (1.1.3) marcel (1.0.4) memory-leak (0.5.2) - metrics (0.12.2) + metrics (0.13.0) mini_mime (1.1.5) minitest (5.25.5) msgpack (1.8.0) @@ -264,13 +265,14 @@ GEM prettyprint (0.2.0) prism (1.4.0) protocol-hpack (1.5.1) - protocol-http (0.50.1) - protocol-http1 (0.34.0) + protocol-http (0.51.0) + protocol-http1 (0.34.1) protocol-http (~> 0.22) protocol-http2 (0.22.1) protocol-hpack (~> 1.4) protocol-http (~> 0.47) - protocol-rack (0.13.0) + protocol-rack (0.16.0) + io-stream (>= 0.10) protocol-http (~> 0.43) rack (>= 1.0) psych (5.2.6) @@ -278,7 +280,7 @@ GEM stringio raabro (1.4.0) racc (1.8.1) - rack (3.1.14) + rack (3.2.0) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -413,7 +415,7 @@ GEM thruster (0.1.13-x86_64-darwin) thruster (0.1.13-x86_64-linux) timeout (0.4.3) - traces (0.15.2) + traces (0.16.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.1.4) @@ -444,7 +446,7 @@ DEPENDENCIES brakeman debug dotenv - falcon (~> 0.51.1) + falcon (~> 0.52.3) grape (~> 2.3) kamal rails (~> 8.0.2)