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
39 changes: 17 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cgi (0.1.1)
cgi (0.5.1)
climate_control (1.2.0)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
crack (1.0.1)
bigdecimal
rexml
crass (1.0.6)
crawler_detect (1.2.9)
crawler_detect (1.2.10)
qonfig (>= 0.24)
date (3.5.1)
debug (1.11.1)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
fiber-storage (1.0.1)
globalid (1.3.0)
activesupport (>= 6.1)
graphql (2.5.20)
graphql (2.5.22)
base64
fiber-storage
logger
Expand Down Expand Up @@ -183,16 +183,14 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.18.1)
json-schema (4.3.1)
addressable (>= 2.8)
json (2.19.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
llhttp-ffi (0.5.1)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.7.0)
loofah (2.25.0)
loofah (2.25.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -202,8 +200,6 @@ GEM
net-smtp
marcel (1.1.0)
matrix (0.4.2)
mcp (0.7.1)
json-schema (>= 4.1)
mini_mime (1.1.5)
minitest (5.27.0)
minitest-reporters (1.7.1)
Expand All @@ -226,13 +222,13 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.5)
nokogiri (1.19.1-aarch64-linux-gnu)
nokogiri (1.19.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.1-arm64-darwin)
nokogiri (1.19.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-darwin)
nokogiri (1.19.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-linux-gnu)
nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4)
openssl (3.3.2)
parallel (1.27.0)
Expand All @@ -256,7 +252,7 @@ GEM
qonfig (0.30.0)
base64 (>= 0.2)
racc (1.8.1)
rack (3.1.20)
rack (3.2.5)
rack-attack (6.8.0)
rack (>= 1.0, < 4)
rack-session (2.1.1)
Expand Down Expand Up @@ -316,19 +312,18 @@ GEM
io-console (~> 0.5)
rexml (3.4.4)
rouge (4.5.1)
rubocop (1.85.0)
rubocop (1.86.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.0)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-rails (2.34.3)
Expand Down Expand Up @@ -377,10 +372,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.9.1-aarch64-linux-gnu)
sqlite3 (2.9.1-arm64-darwin)
sqlite3 (2.9.1-x86_64-darwin)
sqlite3 (2.9.1-x86_64-linux-gnu)
sqlite3 (2.9.2-aarch64-linux-gnu)
sqlite3 (2.9.2-arm64-darwin)
sqlite3 (2.9.2-x86_64-darwin)
sqlite3 (2.9.2-x86_64-linux-gnu)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.2.0)
Expand All @@ -404,7 +399,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.26.1)
webmock (3.26.2)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
Loading