Skip to content

Commit f1cc97a

Browse files
build(deps-dev): bump rubocop from 1.78.0 to 1.79.0 (#4473)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.78.0 to 1.79.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e0ca41 commit f1cc97a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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.78.0'
87+
gem 'rubocop', '~> 1.79.0'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.32'

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ GEM
280280
rdoc (>= 4.0.0)
281281
reline (>= 0.4.2)
282282
jaro_winkler (1.6.1)
283-
json (2.12.2)
283+
json (2.13.0)
284284
json-diff (0.4.1)
285285
json-schema (5.2.1)
286286
addressable (~> 2.8)
@@ -478,18 +478,19 @@ GEM
478478
activesupport (>= 3.0.0)
479479
mustache (~> 1.0, >= 0.99.4)
480480
rspec (~> 3.0)
481-
rubocop (1.78.0)
481+
rubocop (1.79.0)
482482
json (~> 2.3)
483483
language_server-protocol (~> 3.17.0.2)
484484
lint_roller (~> 1.1.0)
485485
parallel (~> 1.10)
486486
parser (>= 3.3.0.2)
487487
rainbow (>= 2.2.2, < 4.0)
488488
regexp_parser (>= 2.9.3, < 3.0)
489-
rubocop-ast (>= 1.45.1, < 2.0)
489+
rubocop-ast (>= 1.46.0, < 2.0)
490490
ruby-progressbar (~> 1.7)
491+
tsort (>= 0.2.0)
491492
unicode-display_width (>= 2.4.0, < 4.0)
492-
rubocop-ast (1.45.1)
493+
rubocop-ast (1.46.0)
493494
parser (>= 3.3.7.2)
494495
prism (~> 1.4)
495496
rubocop-capybara (2.22.1)
@@ -590,6 +591,7 @@ GEM
590591
timecop (0.9.10)
591592
timeliness (0.4.5)
592593
trailblazer-option (0.1.2)
594+
tsort (0.2.0)
593595
tzinfo (2.0.6)
594596
concurrent-ruby (~> 1.0)
595597
uber (0.1.0)
@@ -683,7 +685,7 @@ DEPENDENCIES
683685
rspec-rails (~> 8.0.1)
684686
rspec-wait
685687
rspec_api_documentation (>= 6.1.0)
686-
rubocop (~> 1.78.0)
688+
rubocop (~> 1.79.0)
687689
rubocop-capybara
688690
rubocop-factory_bot
689691
rubocop-rails (~> 2.32)

0 commit comments

Comments
 (0)