Skip to content
Closed
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
60 changes: 32 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,21 @@ GEM
ar_lazy_preload (1.1.2)
rails (>= 5.2)
ast (2.4.2)
async (2.23.0)
async (2.26.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.9)
io-event (~> 1.12)
metrics (~> 0.12)
traces (~> 0.15)
async-container (0.18.3)
async (~> 2.10)
async-http (0.87.0)
async-container (0.24.0)
async (~> 2.22)
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 (>= 2.10.2)
async-pool (~> 0.9)
io-endpoint (~> 0.14)
Expand All @@ -101,11 +107,11 @@ GEM
protocol-http1 (~> 0.30)
protocol-http2 (~> 0.22)
traces (~> 0.10)
async-http-cache (0.4.4)
async-http-cache (0.4.5)
async-http (~> 0.56)
async-pool (0.10.3)
async (>= 1.25)
async-service (0.12.0)
async-pool (0.11.0)
async (>= 2.0)
async-service (0.13.0)
async
async-container (~> 0.16)
audited (5.8.0)
Expand Down Expand Up @@ -159,7 +165,7 @@ GEM
jwt (~> 2.5)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
console (1.29.3)
console (1.32.0)
fiber-annotation
fiber-local (~> 1.1)
json
Expand Down Expand Up @@ -192,16 +198,16 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
falcon (0.48.6)
falcon (0.52.0)
async
async-container (~> 0.18)
async-container (~> 0.20)
async-container-supervisor (~> 0.5.0)
async-http (~> 0.75)
async-http-cache (~> 0.4)
async-service (~> 0.10)
bundler
localhost (~> 1.1)
openssl (~> 3.0)
process-metrics (~> 0.2)
protocol-http (~> 0.31)
protocol-rack (~> 0.7)
samovar (~> 2.3)
Expand All @@ -219,7 +225,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)
Expand All @@ -238,15 +244,15 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.0)
io-endpoint (0.14.0)
io-event (1.9.0)
io-stream (0.6.1)
io-endpoint (0.15.2)
io-event (1.12.0)
io-stream (0.10.0)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.10.2)
json (2.12.2)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.4)
Expand All @@ -258,7 +264,7 @@ GEM
rackup (~> 2)
sqlite3 (>= 1.6.0, < 2.0.0)
tilt (~> 2)
localhost (1.3.1)
localhost (1.5.0)
logger (1.7.0)
loofah (2.24.0)
crass (~> 1.0.2)
Expand All @@ -268,11 +274,12 @@ GEM
net-imap
net-pop
net-smtp
mapping (1.1.1)
mapping (1.1.3)
marcel (1.0.4)
matrix (0.4.2)
memory-leak (0.5.2)
method_source (1.1.0)
metrics (0.12.1)
metrics (0.12.2)
mini_mime (1.1.5)
minitest (5.25.5)
minitest-rails (7.1.1)
Expand Down Expand Up @@ -326,23 +333,20 @@ GEM
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
process-metrics (0.3.0)
console (~> 1.8)
json (~> 2)
samovar (~> 2.1)
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
protocol-hpack (1.5.1)
protocol-http (0.49.0)
protocol-http1 (0.30.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.11.1)
protocol-rack (0.15.0)
io-stream (>= 0.10)
protocol-http (~> 0.43)
rack (>= 1.0)
psych (5.2.4)
Expand Down
Loading