Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ group :test do
gem 'rspec-its'
gem 'rspec-rails', '~> 8.0.1'
gem 'rspec-wait'
gem 'rubocop', '~> 1.75.8'
gem 'rubocop', '~> 1.78.0'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-rails', '~> 2.32'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -477,15 +477,15 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.75.8)
rubocop (1.78.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-ast (>= 1.45.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.45.1)
Expand Down Expand Up @@ -682,7 +682,7 @@ DEPENDENCIES
rspec-rails (~> 8.0.1)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.75.8)
rubocop (~> 1.78.0)
rubocop-capybara
rubocop-factory_bot
rubocop-rails (~> 2.32)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) 2009-2012 VMware, Inc.
# rubocop:disable Lint/ShadowingOuterLocalVariable

def rename_foreign_key_internal(db, alter_table, table, current_name, new_name, &block)
processed = false
Expand Down Expand Up @@ -149,5 +148,4 @@ def rename_permission_table(name, name_short, permission)
end
end

# rubocop:enable Lint/ShadowingOuterLocalVariable
# rubocop:enable Style/ArrayCoercion
4 changes: 2 additions & 2 deletions spec/unit/jobs/deserialization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Jobs
--- !ruby/object:VCAP::CloudController::Jobs::LoggingContextJob
handler: !ruby/object:VCAP::CloudController::Jobs::TimeoutJob
handler: !ruby/object:VCAP::CloudController::Jobs::PollableJobWrapper
existing_guid: #{''}
existing_guid: null
handler: !ruby/object:VCAP::CloudController::V3::CreateServiceInstanceJob
start_time: #{job.start_time}
finished: false
Expand Down Expand Up @@ -76,7 +76,7 @@ module Jobs
parts:
:minutes: 10080
timeout: 14400
request_id: #{''}
request_id: null

EOS
end
Expand Down