Skip to content

Commit

Permalink
Update dependency rubocop to v1.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 9568a7a commit ac0dd55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'minitest-reporters', '1.7.1', require: false
gem 'qbash', '0.3.0', require: false
gem 'rake', '13.2.1', require: false
gem 'redcarpet', '~>3.5'
gem 'rubocop', '1.69.2', require: false
gem 'rubocop', '1.71.0', require: false
gem 'rubocop-minitest', '0.36.0', require: false
gem 'rubocop-performance', '1.23.1', require: false
gem 'rubocop-rspec', '3.4.0', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ GEM
regexp_parser (2.10.0)
retries (0.0.5)
rexml (3.4.0)
rubocop (1.69.2)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
qbash (= 0.3.0)
rake (= 13.2.1)
redcarpet (~> 3.5)
rubocop (= 1.69.2)
rubocop (= 1.71.0)
rubocop-minitest (= 0.36.0)
rubocop-performance (= 1.23.1)
rubocop-rspec (= 3.4.0)
Expand Down

0 comments on commit ac0dd55

Please sign in to comment.