Skip to content

Commit 54554df

Browse files
build(deps-dev): bump rubocop-rails from 2.33.4 to 2.34.1 (#4671)
* build(deps-dev): bump rubocop-rails from 2.33.4 to 2.34.1 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.33.4 to 2.34.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.33.4...v2.34.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.34.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Rubocop Rails 2.34.1 warning --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jochen Ehret <jochen.ehret@sap.com>
1 parent 9930856 commit 54554df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ group :test do
8585
gem 'rubocop', '~> 1.81.7'
8686
gem 'rubocop-capybara'
8787
gem 'rubocop-factory_bot'
88-
gem 'rubocop-rails', '~> 2.33'
88+
gem 'rubocop-rails', '~> 2.34'
8989
gem 'rubocop-rspec', '~> 3.8'
9090
gem 'rubocop-rspec_rails'
9191
gem 'rubocop-sequel', '~> 0.4.1'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ GEM
302302
mime-types-data (3.2025.0924)
303303
mini_mime (1.1.5)
304304
mini_portile2 (2.8.9)
305-
minitest (5.26.0)
305+
minitest (5.26.2)
306306
mock_redis (0.53.0)
307307
redis (~> 5)
308308
ms_rest (0.6.4)
@@ -372,7 +372,7 @@ GEM
372372
puma (7.1.0)
373373
nio4r (~> 2.0)
374374
racc (1.8.1)
375-
rack (2.2.20)
375+
rack (2.2.21)
376376
rack-protection (3.2.0)
377377
base64 (>= 0.1.0)
378378
rack (~> 2.2, >= 2.2.4)
@@ -486,7 +486,7 @@ GEM
486486
rubocop-factory_bot (2.28.0)
487487
lint_roller (~> 1.1)
488488
rubocop (~> 1.72, >= 1.72.1)
489-
rubocop-rails (2.33.4)
489+
rubocop-rails (2.34.1)
490490
activesupport (>= 4.2.0)
491491
lint_roller (~> 1.1)
492492
rack (>= 1.1)
@@ -676,7 +676,7 @@ DEPENDENCIES
676676
rubocop (~> 1.81.7)
677677
rubocop-capybara
678678
rubocop-factory_bot
679-
rubocop-rails (~> 2.33)
679+
rubocop-rails (~> 2.34)
680680
rubocop-rspec (~> 3.8)
681681
rubocop-rspec_rails
682682
rubocop-sequel (~> 0.4.1)

lib/cloud_controller/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def ensure_config_has_database_parts(config)
7373
end
7474

7575
def abort_no_db_connection!
76-
abort('No database connection set (consider setting DB_CONNECTION_STRING)')
76+
raise 'No database connection set (consider setting DB_CONNECTION_STRING)'
7777
end
7878

7979
def sanitize(config)

0 commit comments

Comments
 (0)