Skip to content

Commit 3ed05f0

Browse files
build(deps-dev): bump rubocop from 1.84.1 to 1.84.2 in the rubocop group
Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.84.1 to 1.84.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.1...v1.84.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21f0e00 commit 3ed05f0

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
@@ -66,7 +66,7 @@ group :development, :test do
6666
gem 'dotenv-rails', '~> 3.2.0'
6767
gem 'i18n-tasks', '~> 1.1.2'
6868
gem 'rspec-rails', '~> 8.0.2'
69-
gem 'rubocop', '~> 1.84.1'
69+
gem 'rubocop', '~> 1.84.2'
7070
gem 'rubocop-performance', '~> 1.26.1'
7171
gem 'rubocop-rails', '~> 2.34.3'
7272
gem 'rubocop-rspec', '~> 3.9.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ GEM
349349
rspec-mocks (~> 3.13)
350350
rspec-support (~> 3.13)
351351
rspec-support (3.13.4)
352-
rubocop (1.84.1)
352+
rubocop (1.84.2)
353353
json (~> 2.3)
354354
language_server-protocol (~> 3.17.0.2)
355355
lint_roller (~> 1.1.0)
@@ -463,7 +463,7 @@ DEPENDENCIES
463463
rollbar (~> 3.7.0)
464464
roo (~> 3.0.0)
465465
rspec-rails (~> 8.0.2)
466-
rubocop (~> 1.84.1)
466+
rubocop (~> 1.84.2)
467467
rubocop-performance (~> 1.26.1)
468468
rubocop-rails (~> 2.34.3)
469469
rubocop-rspec (~> 3.9.0)

0 commit comments

Comments
 (0)