Skip to content

Commit 7ea3c9e

Browse files
build(deps-dev): bump rubocop from 1.75.6 to 1.75.7 (#4371)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.6 to 1.75.7. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.6...v1.75.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.7 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 733f8b7 commit 7ea3c9e

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
@@ -84,7 +84,7 @@ group :test do
8484
gem 'rspec-its'
8585
gem 'rspec-rails', '~> 8.0.0'
8686
gem 'rspec-wait'
87-
gem 'rubocop', '~> 1.75.6'
87+
gem 'rubocop', '~> 1.75.7'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.32'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ GEM
475475
activesupport (>= 3.0.0)
476476
mustache (~> 1.0, >= 0.99.4)
477477
rspec (~> 3.0)
478-
rubocop (1.75.6)
478+
rubocop (1.75.7)
479479
json (~> 2.3)
480480
language_server-protocol (~> 3.17.0.2)
481481
lint_roller (~> 1.1.0)
@@ -678,7 +678,7 @@ DEPENDENCIES
678678
rspec-rails (~> 8.0.0)
679679
rspec-wait
680680
rspec_api_documentation (>= 6.1.0)
681-
rubocop (~> 1.75.6)
681+
rubocop (~> 1.75.7)
682682
rubocop-capybara
683683
rubocop-factory_bot
684684
rubocop-rails (~> 2.32)

0 commit comments

Comments
 (0)