Skip to content

Commit 43e698e

Browse files
build(deps-dev): bump rubocop from 1.75.5 to 1.75.6 (#4361)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.5 to 1.75.6. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.5...v1.75.6) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.6 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 67eb5cf commit 43e698e

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.5'
87+
gem 'rubocop', '~> 1.75.6'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.31'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ GEM
469469
activesupport (>= 3.0.0)
470470
mustache (~> 1.0, >= 0.99.4)
471471
rspec (~> 3.0)
472-
rubocop (1.75.5)
472+
rubocop (1.75.6)
473473
json (~> 2.3)
474474
language_server-protocol (~> 3.17.0.2)
475475
lint_roller (~> 1.1.0)
@@ -672,7 +672,7 @@ DEPENDENCIES
672672
rspec-rails (~> 8.0.0)
673673
rspec-wait
674674
rspec_api_documentation (>= 6.1.0)
675-
rubocop (~> 1.75.5)
675+
rubocop (~> 1.75.6)
676676
rubocop-capybara
677677
rubocop-factory_bot
678678
rubocop-rails (~> 2.31)

0 commit comments

Comments
 (0)