Skip to content
Closed
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 @@ -9,7 +9,7 @@ gem 'benchmark'
gem 'minitest', '5.25.5'
gem 'pry', '0.15.2'
gem 'rake', '13.3.0'
gem 'rubocop', '1.75.4'
gem 'rubocop', '1.80.2'
gem 'rubocop-minitest', '0.38.1'
gem 'rubocop-rake', '0.7.1'
gem 'simplecov', '0.22.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ GEM
docile (1.4.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.12.2)
json (2.13.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
method_source (1.1.0)
minitest (5.25.5)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
power_assert (2.0.5)
Expand All @@ -31,19 +31,19 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.3.0)
regexp_parser (2.10.0)
rubocop (1.75.4)
regexp_parser (2.11.2)
rubocop (1.80.2)
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.46.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.45.1)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-minitest (0.38.1)
Expand All @@ -63,7 +63,7 @@ GEM
test-unit (3.6.9)
power_assert
timecop (0.9.10)
unicode-display_width (3.1.4)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
yard (0.9.37)
Expand All @@ -78,7 +78,7 @@ DEPENDENCIES
minitest (= 5.25.5)
pry (= 0.15.2)
rake (= 13.3.0)
rubocop (= 1.75.4)
rubocop (= 1.80.2)
rubocop-minitest (= 0.38.1)
rubocop-rake (= 0.7.1)
simplecov (= 0.22.0)
Expand Down
Loading