Skip to content

Commit

Permalink
Update dependency rubocop to v1.72.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent a460308 commit 0323a48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'cucumber', '9.2.0', require: false
gem 'minitest', '5.23.1', require: false
gem 'rake', '13.2.1', require: false
gem 'rdoc', '6.7.0', require: false
gem 'rubocop', '1.52.1', require: false
gem 'rubocop', '1.72.2', require: false
gem 'rubocop-minitest', '>0', require: false
gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ GEM
ffi (1.17.1-x64-mingw-ucrt)
ffi (1.17.1-x86_64-linux-gnu)
json (2.10.1)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
mini_mime (1.1.5)
minitest (5.23.1)
multi_test (1.1.0)
Expand All @@ -58,17 +60,17 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
rexml (3.4.1)
rubocop (1.52.1)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.34.5)
Expand Down Expand Up @@ -107,7 +109,7 @@ DEPENDENCIES
minitest (= 5.23.1)
rake (= 13.2.1)
rdoc (= 6.7.0)
rubocop (= 1.52.1)
rubocop (= 1.72.2)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
Expand Down

0 comments on commit 0323a48

Please sign in to comment.