Skip to content

Commit b922faf

Browse files
build(deps-dev): bump rubocop from 1.75.4 to 1.75.5 (#4339)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.4 to 1.75.5. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.4...v1.75.5) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.5 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 5c4dac0 commit b922faf

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
@@ -83,7 +83,7 @@ group :test do
8383
gem 'rspec-its'
8484
gem 'rspec-rails', '~> 8.0.0'
8585
gem 'rspec-wait'
86-
gem 'rubocop', '~> 1.75.4'
86+
gem 'rubocop', '~> 1.75.5'
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
8989
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.4)
472+
rubocop (1.75.5)
473473
json (~> 2.3)
474474
language_server-protocol (~> 3.17.0.2)
475475
lint_roller (~> 1.1.0)
@@ -671,7 +671,7 @@ DEPENDENCIES
671671
rspec-rails (~> 8.0.0)
672672
rspec-wait
673673
rspec_api_documentation (>= 6.1.0)
674-
rubocop (~> 1.75.4)
674+
rubocop (~> 1.75.5)
675675
rubocop-capybara
676676
rubocop-factory_bot
677677
rubocop-rails (~> 2.31)

0 commit comments

Comments
 (0)