Skip to content
Merged
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
38 changes: 18 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,26 +97,22 @@ GEM
anyway_config (2.8.0)
ruby-next-core (~> 1.0)
ast (2.4.3)
async (2.39.0)
async (2.43.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.18)
async-http (0.95.1)
async (>= 2.10.2)
async-http (0.98.1)
async (>= 2.35.1)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.62)
io-stream (~> 0.14)
protocol-http (~> 0.64)
protocol-http1 (~> 0.39)
protocol-http2 (~> 0.26)
protocol-url (~> 0.2)
traces (~> 0.10)
async-pool (0.11.2)
async (>= 2.0)
async-websocket (0.30.0)
async-websocket (0.30.1)
async-http (~> 0.76)
protocol-http (~> 0.34)
protocol-rack (~> 0.7)
Expand Down Expand Up @@ -160,7 +156,7 @@ GEM
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
console (1.35.1)
console (1.37.0)
fiber-annotation
fiber-local (~> 1.1)
json
Expand Down Expand Up @@ -292,8 +288,9 @@ GEM
railties (>= 6.0.0)
io-console (0.8.2)
io-endpoint (0.17.2)
io-event (1.16.0)
io-stream (0.13.0)
io-event (1.19.4)
io-stream (0.14.0)
openssl (>= 3.3)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
Expand Down Expand Up @@ -330,11 +327,10 @@ GEM
marcel (1.2.1)
matrix (0.4.3)
maxminddb (0.1.22)
metrics (0.15.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2026.0414)
mime-types-data (3.2026.0701)
mini_magick (5.3.2)
logger
mini_mime (1.1.5)
Expand Down Expand Up @@ -410,6 +406,7 @@ GEM
omniauth-osm-oauth2 (0.0.2)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.0)
openssl (4.0.2)
ostruct (0.6.3)
parallel (2.1.0)
parallel_tests (5.7.0)
Expand All @@ -430,28 +427,29 @@ GEM
prometheus-client (4.2.5)
base64
protocol-hpack (1.5.1)
protocol-http (0.62.2)
protocol-http (0.65.0)
protocol-http1 (0.39.0)
protocol-http (~> 0.62)
protocol-http2 (0.26.0)
protocol-http2 (0.26.2)
protocol-hpack (~> 1.4)
protocol-http (~> 0.62)
protocol-rack (0.22.1)
io-stream (>= 0.10)
protocol-http (~> 0.58)
rack (>= 1.0)
protocol-url (0.4.0)
protocol-websocket (0.21.0)
protocol-websocket (0.21.1)
protocol-http (~> 0.2)
public_suffix (7.0.5)
puma (8.0.2)
nio4r (~> 2.0)
puppeteer-ruby (0.52.1)
puppeteer-ruby (0.53.0)
async (>= 2.35.1, < 3.0)
async-http (>= 0.60, < 1.0)
async-websocket (>= 0.27, < 1.0)
base64
mime-types (>= 3.0)
urlpattern (~> 0.1.1)
racc (1.8.1)
rack (3.2.6)
rack-cache (1.17.0)
Expand Down Expand Up @@ -663,7 +661,6 @@ GEM
thruster (0.1.23-x86_64-linux)
tilt (2.7.0)
timeout (0.6.1)
traces (0.18.2)
tsort (0.2.0)
tty-which (0.5.0)
turbo-rails (2.0.23)
Expand All @@ -675,6 +672,7 @@ GEM
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
uri (1.1.1)
urlpattern (0.1.1-x86_64-linux)
useragent (0.16.11)
version_gem (1.1.11)
virtus (2.0.0)
Expand Down
Loading