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
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
connection_pool (2.5.5)
crass (1.0.6)
csv (3.3.5)
date (3.5.0)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
json (2.16.0)
jwt (3.1.2)
base64
kamal (2.8.2)
kamal (2.9.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand Down Expand Up @@ -248,6 +248,8 @@ GEM
racc (~> 1.4)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
os (1.1.4)
ostruct (0.6.3)
parallel (1.27.0)
Expand Down Expand Up @@ -378,6 +380,7 @@ GEM
thor (>= 1.3.1)
sqlite3 (2.8.0-aarch64-linux-gnu)
sqlite3 (2.8.0-arm64-darwin)
sqlite3 (2.8.0-x86_64-linux-gnu)
sshkit (1.24.0)
base64
logger
Expand All @@ -397,6 +400,7 @@ GEM
thruster (0.1.16)
thruster (0.1.16-aarch64-linux)
thruster (0.1.16-arm64-darwin)
thruster (0.1.16-x86_64-linux)
timeout (0.4.4)
trailblazer-option (0.1.2)
tsort (0.2.0)
Expand Down Expand Up @@ -428,6 +432,7 @@ GEM
PLATFORMS
aarch64-linux
arm64-darwin-24
x86_64-linux

DEPENDENCIES
bootsnap
Expand Down
Loading