Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ group :development do
# Builds windows executable
gem 'ocran', '1.3.16', require: false
# Ruby linter, config in .rubocop
gem 'rubocop', '~> 1.68', require: false
gem 'rubocop', '~> 1.73', require: false
end
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.0)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
launchy (2.5.2)
addressable (~> 2.8)
lint_roller (1.1.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -81,7 +82,7 @@ GEM
uri
openssl (3.1.0)
parallel (1.26.3)
parser (3.3.4.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand Down Expand Up @@ -118,20 +119,21 @@ GEM
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.5.7)
io-console (~> 0.5)
rubocop (1.69.1)
rubocop (1.73.2)
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.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
stringio (3.1.0)
Expand All @@ -142,7 +144,7 @@ GEM
date
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (1.0.2)
webrick (1.8.1)
win32-shortcut (0.3.0)
Expand All @@ -164,7 +166,7 @@ DEPENDENCIES
ocran (= 1.3.16)
open-uri (~> 0.5.0)
openssl (~> 3.1.0)
rubocop (~> 1.68)
rubocop (~> 1.73)
win32-shortcut (~> 0.3.0)

RUBY VERSION
Expand Down