Skip to content

Commit 5b8a9f9

Browse files
build(deps-dev): bump rubocop from 1.79.0 to 1.79.1 (#4485)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.79.0 to 1.79.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.0...v1.79.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.1 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 55ea8a9 commit 5b8a9f9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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.1'
8686
gem 'rspec-wait'
87-
gem 'rubocop', '~> 1.79.0'
87+
gem 'rubocop', '~> 1.79.1'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.32'

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ GEM
480480
activesupport (>= 3.0.0)
481481
mustache (~> 1.0, >= 0.99.4)
482482
rspec (~> 3.0)
483-
rubocop (1.79.0)
483+
rubocop (1.79.1)
484484
json (~> 2.3)
485485
language_server-protocol (~> 3.17.0.2)
486486
lint_roller (~> 1.1.0)
@@ -490,7 +490,6 @@ GEM
490490
regexp_parser (>= 2.9.3, < 3.0)
491491
rubocop-ast (>= 1.46.0, < 2.0)
492492
ruby-progressbar (~> 1.7)
493-
tsort (>= 0.2.0)
494493
unicode-display_width (>= 2.4.0, < 4.0)
495494
rubocop-ast (1.46.0)
496495
parser (>= 3.3.7.2)
@@ -593,7 +592,6 @@ GEM
593592
timecop (0.9.10)
594593
timeliness (0.4.5)
595594
trailblazer-option (0.1.2)
596-
tsort (0.2.0)
597595
tzinfo (2.0.6)
598596
concurrent-ruby (~> 1.0)
599597
uber (0.1.0)
@@ -687,7 +685,7 @@ DEPENDENCIES
687685
rspec-rails (~> 8.0.1)
688686
rspec-wait
689687
rspec_api_documentation (>= 6.1.0)
690-
rubocop (~> 1.79.0)
688+
rubocop (~> 1.79.1)
691689
rubocop-capybara
692690
rubocop-factory_bot
693691
rubocop-rails (~> 2.32)

0 commit comments

Comments
 (0)