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
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
rake
rdoc
semver2
json (2.10.2)
json (2.15.2)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.5)
Expand Down Expand Up @@ -78,11 +78,11 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
power_assert (2.0.5)
prism (1.4.0)
prism (1.6.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -100,24 +100,24 @@ GEM
rchardet (1.8.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
regexp_parser (2.11.3)
reline (0.6.0)
io-console (~> 0.5)
rubocop (1.75.2)
rubocop (1.81.6)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-shopify (2.17.0)
rubocop-shopify (2.18.0)
rubocop (~> 1.62)
ruby-lsp (0.24.1)
language_server-protocol (~> 3.17.0)
Expand All @@ -133,9 +133,9 @@ GEM
power_assert
thor (1.3.2)
thread_safe (0.3.6)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)

PLATFORMS
aarch64-linux
Expand Down
Loading