Skip to content

Commit 6e688bd

Browse files
build(deps-dev): bump rubocop from 1.75.8 to 1.78.0 (#4439)
* build(deps-dev): bump rubocop from 1.75.8 to 1.78.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.8 to 1.78.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.8...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix new RuboCop warning: "Empty interpolation detected." * Remove unnecessary RubCop directive --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jochen Ehret <[email protected]>
1 parent 1fec77a commit 6e688bd

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ group :test do
8484
gem 'rspec-its'
8585
gem 'rspec-rails', '~> 8.0.1'
8686
gem 'rspec-wait'
87-
gem 'rubocop', '~> 1.75.8'
87+
gem 'rubocop', '~> 1.78.0'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.32'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,15 +477,15 @@ GEM
477477
activesupport (>= 3.0.0)
478478
mustache (~> 1.0, >= 0.99.4)
479479
rspec (~> 3.0)
480-
rubocop (1.75.8)
480+
rubocop (1.78.0)
481481
json (~> 2.3)
482482
language_server-protocol (~> 3.17.0.2)
483483
lint_roller (~> 1.1.0)
484484
parallel (~> 1.10)
485485
parser (>= 3.3.0.2)
486486
rainbow (>= 2.2.2, < 4.0)
487487
regexp_parser (>= 2.9.3, < 3.0)
488-
rubocop-ast (>= 1.44.0, < 2.0)
488+
rubocop-ast (>= 1.45.1, < 2.0)
489489
ruby-progressbar (~> 1.7)
490490
unicode-display_width (>= 2.4.0, < 4.0)
491491
rubocop-ast (1.45.1)
@@ -682,7 +682,7 @@ DEPENDENCIES
682682
rspec-rails (~> 8.0.1)
683683
rspec-wait
684684
rspec_api_documentation (>= 6.1.0)
685-
rubocop (~> 1.75.8)
685+
rubocop (~> 1.78.0)
686686
rubocop-capybara
687687
rubocop-factory_bot
688688
rubocop-rails (~> 2.32)

db/migrations/20130806175100_support_30char_identifiers_for_oracle.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Copyright (c) 2009-2012 VMware, Inc.
2-
# rubocop:disable Lint/ShadowingOuterLocalVariable
32

43
def rename_foreign_key_internal(db, alter_table, table, current_name, new_name, &block)
54
processed = false
@@ -149,5 +148,4 @@ def rename_permission_table(name, name_short, permission)
149148
end
150149
end
151150

152-
# rubocop:enable Lint/ShadowingOuterLocalVariable
153151
# rubocop:enable Style/ArrayCoercion

spec/unit/jobs/deserialization_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module Jobs
4848
--- !ruby/object:VCAP::CloudController::Jobs::LoggingContextJob
4949
handler: !ruby/object:VCAP::CloudController::Jobs::TimeoutJob
5050
handler: !ruby/object:VCAP::CloudController::Jobs::PollableJobWrapper
51-
existing_guid: #{''}
51+
existing_guid: null
5252
handler: !ruby/object:VCAP::CloudController::V3::CreateServiceInstanceJob
5353
start_time: #{job.start_time}
5454
finished: false
@@ -76,7 +76,7 @@ module Jobs
7676
parts:
7777
:minutes: 10080
7878
timeout: 14400
79-
request_id: #{''}
79+
request_id: null
8080
8181
EOS
8282
end

0 commit comments

Comments
 (0)