Skip to content

Commit 1b91873

Browse files
build(deps-dev): bump rubocop from 1.69.1 to 1.69.2 (#4137)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.1 to 1.69.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.1...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43e0769 commit 1b91873

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
@@ -82,7 +82,7 @@ group :test do
8282
gem 'rspec-its'
8383
gem 'rspec-rails', '~> 7.1.0'
8484
gem 'rspec-wait'
85-
gem 'rubocop', '~> 1.69.1'
85+
gem 'rubocop', '~> 1.69.2'
8686
gem 'rubocop-capybara'
8787
gem 'rubocop-factory_bot'
8888
gem 'rubocop-rails', '~> 2.27'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ GEM
456456
activesupport (>= 3.0.0)
457457
mustache (~> 1.0, >= 0.99.4)
458458
rspec (~> 3.0)
459-
rubocop (1.69.1)
459+
rubocop (1.69.2)
460460
json (~> 2.3)
461461
language_server-protocol (>= 3.17.0)
462462
parallel (~> 1.10)
@@ -644,7 +644,7 @@ DEPENDENCIES
644644
rspec-rails (~> 7.1.0)
645645
rspec-wait
646646
rspec_api_documentation (>= 6.1.0)
647-
rubocop (~> 1.69.1)
647+
rubocop (~> 1.69.2)
648648
rubocop-capybara
649649
rubocop-factory_bot
650650
rubocop-rails (~> 2.27)

0 commit comments

Comments
 (0)