Skip to content

Commit 2792c5c

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

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
@@ -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.7'
87+
gem 'rubocop', '~> 1.75.8'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.32'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ GEM
278278
rdoc (>= 4.0.0)
279279
reline (>= 0.4.2)
280280
jaro_winkler (1.6.1)
281-
json (2.12.0)
281+
json (2.12.2)
282282
json-diff (0.4.1)
283283
json-schema (5.1.1)
284284
addressable (~> 2.8)
@@ -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.7)
478+
rubocop (1.75.8)
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.7)
681+
rubocop (~> 1.75.8)
682682
rubocop-capybara
683683
rubocop-factory_bot
684684
rubocop-rails (~> 2.32)

0 commit comments

Comments
 (0)