Skip to content

Commit

Permalink
Update dependency rubocop to v1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent e92b416 commit 221f575
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 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.0', require: false
gem 'rubocop-minitest', '>0', require: false
gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ GEM
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x64-mingw-ucrt)
ffi (1.17.1-x86_64-linux-gnu)
json (2.9.1)
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.0)
rubocop (1.52.1)
rubocop (1.72.0)
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-capybara (2.21.0)
Expand Down Expand Up @@ -116,7 +118,7 @@ DEPENDENCIES
minitest (= 5.23.1)
rake (= 13.2.1)
rdoc (= 6.7.0)
rubocop (= 1.52.1)
rubocop (= 1.72.0)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
Expand Down

0 comments on commit 221f575

Please sign in to comment.