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 @@ -7,7 +7,7 @@ gem "logger", "~> 1.7"
group :development do
gem "irb", "~> 1.15"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.78"
gem "rubocop", "~> 1.79"
gem "rubocop-github", "~> 0.23"
gem "rubocop-performance", "~> 1.25"
gem "rubocop-rspec", "~> 3.6"
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.12.2)
json (2.13.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
minitest (5.25.5)
mutex_m (0.3.0)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pp (0.6.2)
Expand Down Expand Up @@ -69,18 +69,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.78.0)
rubocop (1.79.0)
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.45.1, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
tsort (>= 0.2.0)
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-github (0.23.0)
Expand Down Expand Up @@ -111,6 +112,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
stringio (3.1.6)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
Expand All @@ -128,7 +130,7 @@ DEPENDENCIES
irb (~> 1.15)
logger (~> 1.7)
rspec (~> 3.13)
rubocop (~> 1.78)
rubocop (~> 1.79)
rubocop-github (~> 0.23)
rubocop-performance (~> 1.25)
rubocop-rspec (~> 3.6)
Expand Down
Binary file removed vendor/cache/json-2.12.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.13.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.8.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.78.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.79.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.45.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.46.0.gem
Binary file not shown.
Binary file added vendor/cache/tsort-0.2.0.gem
Binary file not shown.
Loading