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 22, 2025
1 parent b63f874 commit d6c1fdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'minitest', '5.25.4', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'others', '>0'
gem 'rake', '13.2.1'
gem 'rubocop', '1.70.0', require: false
gem 'rubocop', '1.71.0', require: false
gem 'simplecov', '0.22.0', require: false
gem 'simplecov-cobertura', '~> 2.1', require: false
gem 'webmock', '3.24.0', require: false
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
sawyer (~> 0.9)
others (0.0.3)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
public_suffix (6.0.1)
Expand All @@ -151,7 +151,7 @@ GEM
regexp_parser (2.10.0)
retries (0.0.5)
rexml (3.4.0)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -183,7 +183,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand All @@ -210,7 +210,7 @@ DEPENDENCIES
minitest-reporters (= 1.7.1)
others (> 0)
rake (= 13.2.1)
rubocop (= 1.70.0)
rubocop (= 1.71.0)
simplecov (= 0.22.0)
simplecov-cobertura (~> 2.1)
webmock (= 3.24.0)
Expand Down

0 comments on commit d6c1fdc

Please sign in to comment.