Skip to content
Open
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
36 changes: 15 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.6)
config (5.6.1)
deep_merge (~> 1.2, >= 1.2.1)
ostruct
connection_pool (3.0.2)
crass (1.0.6)
dartsass-rails (0.5.1)
Expand Down Expand Up @@ -145,9 +150,6 @@ GEM
google-protobuf (4.34.1-aarch64-linux-gnu)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-arm64-darwin)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-x86_64-linux-gnu)
bigdecimal
rake (~> 13.3)
Expand All @@ -165,7 +167,10 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.18.0)
json (2.19.3)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
kamal (2.10.1)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -202,7 +207,7 @@ GEM
net-smtp
marcel (1.1.0)
matrix (0.4.3)
mcp (0.8.0)
mcp (0.12.0)
json-schema (>= 4.1)
mini_mime (1.1.5)
minitest (5.27.0)
Expand All @@ -224,8 +229,6 @@ GEM
nio4r (2.7.5)
nokogiri (1.19.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4)
omniauth (2.1.4)
Expand All @@ -238,12 +241,11 @@ GEM
omniauth (~> 2.0)
orm_adapter (0.5.0)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.10.2)
parallel (1.28.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pg (1.6.2-aarch64-linux)
pg (1.6.2-arm64-darwin)
pg (1.6.2-x86_64-linux)
popper_js (2.11.8)
pp (0.6.3)
Expand Down Expand Up @@ -318,7 +320,7 @@ GEM
erb
psych (>= 4.0.0)
tsort
regexp_parser (2.11.3)
regexp_parser (2.12.0)
reline (0.6.3)
io-console (~> 0.5)
responders (3.2.0)
Expand Down Expand Up @@ -378,15 +380,13 @@ GEM
lint_roller (~> 1.1)
rbs-inline
rubocop (>= 1.72.1, < 2.0)
rubocop-rspec (3.7.0)
rubocop-rspec (3.9.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop (~> 1.81)
ruby-progressbar (1.13.0)
rubyzip (3.2.2)
sass-embedded (1.98.0-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-x86_64-linux-gnu)
google-protobuf (~> 4.31)
securerandom (0.4.1)
Expand Down Expand Up @@ -415,9 +415,6 @@ GEM
fugit (~> 1.11)
railties (>= 7.1)
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.25.0)
base64
logger
Expand All @@ -430,7 +427,6 @@ GEM
stringio (3.2.0)
thor (1.5.0)
thruster (0.1.20-aarch64-linux)
thruster (0.1.20-arm64-darwin)
thruster (0.1.20-x86_64-linux)
timeout (0.4.4)
tsort (0.2.0)
Expand Down Expand Up @@ -462,8 +458,6 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-24
arm64-darwin-25
x86_64-linux

DEPENDENCIES
Expand Down
Loading