File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ group :test do
84
84
gem 'rspec-its'
85
85
gem 'rspec-rails' , '~> 8.0.1'
86
86
gem 'rspec-wait'
87
- gem 'rubocop' , '~> 1.78 .0'
87
+ gem 'rubocop' , '~> 1.79 .0'
88
88
gem 'rubocop-capybara'
89
89
gem 'rubocop-factory_bot'
90
90
gem 'rubocop-rails' , '~> 2.32'
Original file line number Diff line number Diff line change 280
280
rdoc (>= 4.0.0 )
281
281
reline (>= 0.4.2 )
282
282
jaro_winkler (1.6.1 )
283
- json (2.12.2 )
283
+ json (2.13.0 )
284
284
json-diff (0.4.1 )
285
285
json-schema (5.2.1 )
286
286
addressable (~> 2.8 )
@@ -478,18 +478,19 @@ GEM
478
478
activesupport (>= 3.0.0 )
479
479
mustache (~> 1.0 , >= 0.99.4 )
480
480
rspec (~> 3.0 )
481
- rubocop (1.78 .0 )
481
+ rubocop (1.79 .0 )
482
482
json (~> 2.3 )
483
483
language_server-protocol (~> 3.17.0.2 )
484
484
lint_roller (~> 1.1.0 )
485
485
parallel (~> 1.10 )
486
486
parser (>= 3.3.0.2 )
487
487
rainbow (>= 2.2.2 , < 4.0 )
488
488
regexp_parser (>= 2.9.3 , < 3.0 )
489
- rubocop-ast (>= 1.45.1 , < 2.0 )
489
+ rubocop-ast (>= 1.46.0 , < 2.0 )
490
490
ruby-progressbar (~> 1.7 )
491
+ tsort (>= 0.2.0 )
491
492
unicode-display_width (>= 2.4.0 , < 4.0 )
492
- rubocop-ast (1.45.1 )
493
+ rubocop-ast (1.46.0 )
493
494
parser (>= 3.3.7.2 )
494
495
prism (~> 1.4 )
495
496
rubocop-capybara (2.22.1 )
590
591
timecop (0.9.10 )
591
592
timeliness (0.4.5 )
592
593
trailblazer-option (0.1.2 )
594
+ tsort (0.2.0 )
593
595
tzinfo (2.0.6 )
594
596
concurrent-ruby (~> 1.0 )
595
597
uber (0.1.0 )
@@ -683,7 +685,7 @@ DEPENDENCIES
683
685
rspec-rails (~> 8.0.1 )
684
686
rspec-wait
685
687
rspec_api_documentation (>= 6.1.0 )
686
- rubocop (~> 1.78 .0 )
688
+ rubocop (~> 1.79 .0 )
687
689
rubocop-capybara
688
690
rubocop-factory_bot
689
691
rubocop-rails (~> 2.32 )
You can’t perform that action at this time.
0 commit comments