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
47 changes: 24 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
ast (2.4.3)
backport (1.2.0)
base64 (0.2.0)
benchmark (0.3.0)
Expand Down Expand Up @@ -124,12 +124,13 @@ GEM
jaro_winkler (1.5.6)
jsi (0.7.0)
addressable (~> 2.3)
json (2.7.1)
json (2.15.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -159,17 +160,17 @@ GEM
opus-ruby (1.0.1)
ffi
paint (2.3.0)
parallel (1.24.0)
parser (3.2.2.4)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pkg-config (1.5.6)
pluralkit-api (1.0.1)
typhoeus (~> 1.0, >= 1.0.1)
prism (0.19.0)
prism (1.5.1)
public_suffix (5.0.4)
raabro (1.4.0)
racc (1.7.3)
racc (1.8.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
Expand All @@ -185,7 +186,7 @@ GEM
ffi
rbs (3.4.0)
abbrev
regexp_parser (2.8.3)
regexp_parser (2.11.3)
reline (0.4.1)
io-console (~> 0.5)
rest-client (2.1.0)
Expand All @@ -195,32 +196,33 @@ GEM
netrc (~> 0.8)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
rexml (3.4.4)
rmagick (5.3.0)
pkg-config (~> 1.4)
rss (0.3.0)
rexml
rubocop (1.59.0)
rubocop (1.81.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-checkstyle_formatter (0.6.0)
rubocop (>= 1.14.0)
ruby-graphviz (1.2.5)
rexml
ruby-lsp (0.13.2)
ruby-lsp (0.26.1)
language_server-protocol (~> 3.17.0)
prism (>= 0.19.0, < 0.20)
sorbet-runtime (>= 0.5.5685)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
ruby-next (0.14.1)
ruby-next-core (= 0.14.1)
ruby-next-parser (>= 3.1.1.0)
Expand Down Expand Up @@ -250,7 +252,6 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
sorbet-runtime (0.5.11164)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
steep (1.6.0)
Expand Down Expand Up @@ -293,7 +294,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
unparser (0.6.10)
diff-lcs (~> 1.3)
parser (>= 3.2.2.4)
Expand Down
Loading