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 f6812b5 commit 03e5d55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gem 'random-port', '0.7.1', require: false
gem 'rerun', '0.14.0', require: false
gem 'retriable', '3.1.2'
gem 'retriable_proxy', '1.0.2'
gem 'rubocop', '1.65.0', require: false
gem 'rubocop', '1.71.0', require: false
gem 'rubocop-minitest', '0.35.1', require: false
gem 'rubocop-rake', '0.6.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
Expand Down
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GEM
ipaddress (0.8.3)
iri (0.8.0)
jmespath (1.6.2)
json (2.7.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -181,8 +181,8 @@ GEM
sawyer (~> 0.9)
openssl (2.2.3)
ipaddr
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
paypal-sdk-rest (1.7.5)
Expand All @@ -196,7 +196,7 @@ GEM
random-port (~> 0.3)
plist (3.1.0)
public_suffix (6.0.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.8)
rack-protection (3.2.0)
base64 (>= 0.1.0)
Expand All @@ -213,26 +213,25 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
rerun (0.14.0)
listen (~> 3.0)
retriable (3.1.2)
retriable_proxy (1.0.2)
retriable (>= 2.0, < 4.0)
rexml (3.2.9)
strscan
rubocop (1.65.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
Expand Down Expand Up @@ -286,7 +285,7 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
strscan (3.1.0)
strscan (3.1.2)
svg-graph (2.1.3)
syncem (0.2.0)
sys-proctable (1.3.0)
Expand All @@ -312,7 +311,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
upwork-api (1.3.5)
oauth (>= 0.4.7)
usagewatch (0.0.7)
Expand Down Expand Up @@ -398,7 +397,7 @@ DEPENDENCIES
rerun (= 0.14.0)
retriable (= 3.1.2)
retriable_proxy (= 1.0.2)
rubocop (= 1.65.0)
rubocop (= 1.71.0)
rubocop-minitest (= 0.35.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.0.3)
Expand Down

0 comments on commit 03e5d55

Please sign in to comment.