diff --git a/Gemfile b/Gemfile index ff6d371..ffe3f3d 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.4" # Build JSON APIs with ease [https://github.com/rails/jbuilder] # gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index 6f63b31..4b6d80a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,22 +73,21 @@ GEM tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) ast (2.4.3) - async (2.24.0) + async (2.34.0) console (~> 1.29) fiber-annotation - io-event (~> 1.9) + io-event (~> 1.11) metrics (~> 0.12) - traces (~> 0.15) - async-container (0.24.0) + traces (~> 0.18) + async-container (0.27.3) async (~> 2.22) - async-container-supervisor (0.5.1) - async-container (~> 0.22) + async-container-supervisor (0.6.1) async-service io-endpoint memory-leak (~> 0.5) - async-http (0.89.0) + async-http (0.91.0) async (>= 2.10.2) - async-pool (~> 0.9) + async-pool (~> 0.11) io-endpoint (~> 0.14) io-stream (~> 0.6) metrics (~> 0.12) @@ -96,13 +95,14 @@ GEM protocol-http1 (~> 0.30) protocol-http2 (~> 0.22) traces (~> 0.10) - async-http-cache (0.4.5) + async-http-cache (0.4.6) async-http (~> 0.56) - async-pool (0.10.3) - async (>= 1.25) - async-service (0.13.0) + async-pool (0.11.0) + async (>= 2.0) + async-service (0.14.4) async async-container (~> 0.16) + string-format (~> 0.2) base64 (0.2.0) bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-arm64-darwin) @@ -116,7 +116,7 @@ GEM builder (3.3.0) concurrent-ruby (1.3.5) connection_pool (2.5.3) - console (1.30.2) + console (1.34.1) fiber-annotation fiber-local (~> 1.1) json @@ -149,10 +149,10 @@ GEM erubi (1.13.1) et-orbi (1.2.11) tzinfo - falcon (0.51.1) + falcon (0.52.4) async async-container (~> 0.20) - async-container-supervisor (~> 0.5.0) + async-container-supervisor (~> 0.6) async-http (~> 0.75) async-http-cache (~> 0.4) async-service (~> 0.10) @@ -181,13 +181,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.14.0) + 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.15.1) kamal (2.6.1) activesupport (>= 7.0) base64 (~> 0.2) @@ -201,7 +201,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) @@ -213,8 +213,8 @@ GEM net-smtp mapping (1.1.3) marcel (1.0.4) - memory-leak (0.5.2) - metrics (0.12.2) + memory-leak (0.7.0) + metrics (0.15.0) mini_mime (1.1.5) minitest (5.25.5) msgpack (1.8.0) @@ -253,7 +253,7 @@ GEM racc (~> 1.4) nokogiri (1.18.8-x86_64-linux-musl) racc (~> 1.4) - openssl (3.3.0) + openssl (3.3.1) ostruct (0.6.1) parallel (1.27.0) parser (3.3.8.0) @@ -264,13 +264,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.54.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.13.0) + protocol-rack (0.16.0) + io-stream (>= 0.10) protocol-http (~> 0.43) rack (>= 1.0) psych (5.2.6) @@ -278,7 +279,7 @@ GEM stringio raabro (1.4.0) racc (1.8.1) - rack (3.1.14) + rack (3.2.3) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -370,7 +371,7 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.4.1) - samovar (2.3.0) + samovar (2.4.1) console (~> 1.0) mapping (~> 1.0) securerandom (0.4.1) @@ -405,6 +406,7 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct + string-format (0.2.0) stringio (3.1.7) thor (1.3.2) thruster (0.1.13) @@ -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.18.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.4) grape (~> 2.3) kamal rails (~> 8.0.2)