Skip to content

Commit 7536b72

Browse files
build(deps-dev): bump rubocop from 1.68.0 to 1.69.1 (#4122)
* build(deps-dev): bump rubocop from 1.68.0 to 1.69.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.69.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.69.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * rubocop corrections --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seth Boyles <[email protected]>
1 parent b07b85e commit 7536b72

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ group :test do
8282
gem 'rspec-its'
8383
gem 'rspec-rails', '~> 7.1.0'
8484
gem 'rspec-wait'
85-
gem 'rubocop', '~> 1.68.0'
85+
gem 'rubocop', '~> 1.69.1'
8686
gem 'rubocop-capybara'
8787
gem 'rubocop-factory_bot'
8888
gem 'rubocop-rails', '~> 2.27'

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ GEM
268268
rdoc (>= 4.0.0)
269269
reline (>= 0.4.2)
270270
jaro_winkler (1.5.6)
271-
json (2.8.2)
271+
json (2.9.0)
272272
json-diff (0.4.1)
273273
json-schema (5.1.1)
274274
addressable (~> 2.8)
@@ -403,7 +403,7 @@ GEM
403403
redis-client (>= 0.22.0)
404404
redis-client (0.22.2)
405405
connection_pool
406-
regexp_parser (2.9.2)
406+
regexp_parser (2.9.3)
407407
reline (0.5.11)
408408
io-console (~> 0.5)
409409
representable (3.2.0)
@@ -455,17 +455,17 @@ GEM
455455
activesupport (>= 3.0.0)
456456
mustache (~> 1.0, >= 0.99.4)
457457
rspec (~> 3.0)
458-
rubocop (1.68.0)
458+
rubocop (1.69.1)
459459
json (~> 2.3)
460460
language_server-protocol (>= 3.17.0)
461461
parallel (~> 1.10)
462462
parser (>= 3.3.0.2)
463463
rainbow (>= 2.2.2, < 4.0)
464-
regexp_parser (>= 2.4, < 3.0)
465-
rubocop-ast (>= 1.32.2, < 2.0)
464+
regexp_parser (>= 2.9.3, < 3.0)
465+
rubocop-ast (>= 1.36.2, < 2.0)
466466
ruby-progressbar (~> 1.7)
467-
unicode-display_width (>= 2.4.0, < 3.0)
468-
rubocop-ast (1.36.1)
467+
unicode-display_width (>= 2.4.0, < 4.0)
468+
rubocop-ast (1.36.2)
469469
parser (>= 3.3.1.0)
470470
rubocop-capybara (2.21.0)
471471
rubocop (~> 1.41)
@@ -557,7 +557,9 @@ GEM
557557
tzinfo (2.0.6)
558558
concurrent-ruby (~> 1.0)
559559
uber (0.1.0)
560-
unicode-display_width (2.6.0)
560+
unicode-display_width (3.1.2)
561+
unicode-emoji (~> 4.0, >= 4.0.4)
562+
unicode-emoji (4.0.4)
561563
useragent (0.16.10)
562564
vhd (0.0.4)
563565
bit-struct
@@ -641,7 +643,7 @@ DEPENDENCIES
641643
rspec-rails (~> 7.1.0)
642644
rspec-wait
643645
rspec_api_documentation (>= 6.1.0)
644-
rubocop (~> 1.68.0)
646+
rubocop (~> 1.69.1)
645647
rubocop-capybara
646648
rubocop-factory_bot
647649
rubocop-rails (~> 2.27)

app/actions/build_create.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def initialize(user_audit_info: UserAuditInfo.from_context(SecurityContext),
3232
disk_limit_calculator: StagingDiskCalculator.new,
3333
log_rate_limit_calculator: QuotaValidatingStagingLogRateLimitCalculator.new,
3434
environment_presenter: StagingEnvironmentBuilder.new)
35-
3635
@user_audit_info = user_audit_info
3736
@memory_limit_calculator = memory_limit_calculator
3837
@disk_limit_calculator = disk_limit_calculator

app/presenters/v3/package_presenter.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def initialize(
1313
show_secrets: false,
1414
censored_message: Censorship::REDACTED_CREDENTIAL
1515
)
16-
1716
super
1817
end
1918

lib/cloud_controller/blobstore/webdav/dav_client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def initialize(
2121
min_size: nil,
2222
max_size: nil
2323
)
24-
2524
@directory_key = directory_key
2625
@min_size = min_size || 0
2726
@max_size = max_size

0 commit comments

Comments
 (0)