Skip to content

Commit 3210cdf

Browse files
Bump rubocop-rails from 2.33.3 to 2.33.4 in the development group (#1294)
Bumps the development group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop-rails` from 2.33.3 to 2.33.4 - [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.3...v2.33.4) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.33.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4a1a9b commit 3210cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ group :development, :test do
5555
gem 'byebug', platform: :mri
5656
gem 'rubocop', '~> 1.81.1', require: false
5757
gem 'rubocop-performance', '~> 1.26.0'
58-
gem 'rubocop-rails', '~> 2.33.3'
58+
gem 'rubocop-rails', '~> 2.33.4'
5959
gem 'dotenv'
6060
end
6161

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ GEM
361361
lint_roller (~> 1.1)
362362
rubocop (>= 1.75.0, < 2.0)
363363
rubocop-ast (>= 1.44.0, < 2.0)
364-
rubocop-rails (2.33.3)
364+
rubocop-rails (2.33.4)
365365
activesupport (>= 4.2.0)
366366
lint_roller (~> 1.1)
367367
rack (>= 1.1)
@@ -472,7 +472,7 @@ DEPENDENCIES
472472
redis (~> 5.4)
473473
rubocop (~> 1.81.1)
474474
rubocop-performance (~> 1.26.0)
475-
rubocop-rails (~> 2.33.3)
475+
rubocop-rails (~> 2.33.4)
476476
sassc-rails (~> 2.1.2)
477477
selenium-webdriver
478478
sentry-rails (~> 5.26.0)

0 commit comments

Comments
 (0)