Skip to content

Commit 17ebf2a

Browse files
build(deps-dev): bump rubocop from 1.72.2 to 1.75.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.72.2 to 1.75.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad4e1ba commit 17ebf2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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', '~> 7.1.1'
8585
gem 'rspec-wait'
86-
gem 'rubocop', '~> 1.72.2'
86+
gem 'rubocop', '~> 1.75.2'
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
8989
gem 'rubocop-rails', '~> 2.29'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,15 +469,15 @@ GEM
469469
activesupport (>= 3.0.0)
470470
mustache (~> 1.0, >= 0.99.4)
471471
rspec (~> 3.0)
472-
rubocop (1.72.2)
472+
rubocop (1.75.2)
473473
json (~> 2.3)
474474
language_server-protocol (~> 3.17.0.2)
475475
lint_roller (~> 1.1.0)
476476
parallel (~> 1.10)
477477
parser (>= 3.3.0.2)
478478
rainbow (>= 2.2.2, < 4.0)
479479
regexp_parser (>= 2.9.3, < 3.0)
480-
rubocop-ast (>= 1.38.0, < 2.0)
480+
rubocop-ast (>= 1.44.0, < 2.0)
481481
ruby-progressbar (~> 1.7)
482482
unicode-display_width (>= 2.4.0, < 4.0)
483483
rubocop-ast (1.44.0)
@@ -669,7 +669,7 @@ DEPENDENCIES
669669
rspec-rails (~> 7.1.1)
670670
rspec-wait
671671
rspec_api_documentation (>= 6.1.0)
672-
rubocop (~> 1.72.2)
672+
rubocop (~> 1.75.2)
673673
rubocop-capybara
674674
rubocop-factory_bot
675675
rubocop-rails (~> 2.29)

0 commit comments

Comments
 (0)