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
18 changes: 8 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
bundler
rake
thor (>= 0.14.0)
ast (2.4.2)
ast (2.4.3)
builder (3.2.4)
concurrent-ruby (1.1.10)
crass (1.0.6)
Expand All @@ -46,8 +46,8 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
json (2.7.6)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
loofah (2.16.0)
crass (~> 1.0.2)
Expand All @@ -64,10 +64,10 @@ GEM
nokogiri (1.13.4-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
racc (1.8.1)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -78,9 +78,8 @@ GEM
loofah (~> 2.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
regexp_parser (2.11.2)
rexml (3.4.2)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand Down Expand Up @@ -128,11 +127,10 @@ GEM
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.0)
strscan (3.1.0)
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
zeitwerk (2.5.4)

PLATFORMS
Expand Down
Loading