Skip to content

Commit bb30ac7

Browse files
⬆️ Bump rubocop-rails-omakase from 1.0.0 to 1.1.0
Bumps [rubocop-rails-omakase](https://github.com/rails/rubocop-rails-omakase) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/rails/rubocop-rails-omakase/releases) - [Commits](rails/rubocop-rails-omakase@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: rubocop-rails-omakase dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4a7c12 commit bb30ac7

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

Gemfile.lock

+18-20
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,10 @@ GEM
500500
chunky_png (~> 1.0)
501501
rqrcode_core (~> 1.0)
502502
rqrcode_core (1.2.0)
503-
rubocop (1.71.2)
503+
rubocop (1.73.2)
504504
json (~> 2.3)
505-
language_server-protocol (>= 3.17.0)
505+
language_server-protocol (~> 3.17.0.2)
506+
lint_roller (~> 1.1.0)
506507
parallel (~> 1.10)
507508
parser (>= 3.3.0.2)
508509
rainbow (>= 2.2.2, < 4.0)
@@ -512,23 +513,20 @@ GEM
512513
unicode-display_width (>= 2.4.0, < 4.0)
513514
rubocop-ast (1.38.1)
514515
parser (>= 3.3.1.0)
515-
rubocop-minitest (0.37.0)
516+
rubocop-performance (1.24.0)
516517
lint_roller (~> 1.1)
517-
rubocop (>= 1.61, < 2.0)
518+
rubocop (>= 1.72.1, < 2.0)
518519
rubocop-ast (>= 1.38.0, < 2.0)
519-
rubocop-performance (1.23.1)
520-
rubocop (>= 1.48.1, < 2.0)
521-
rubocop-ast (>= 1.31.1, < 2.0)
522-
rubocop-rails (2.29.1)
520+
rubocop-rails (2.30.3)
523521
activesupport (>= 4.2.0)
522+
lint_roller (~> 1.1)
524523
rack (>= 1.1)
525-
rubocop (>= 1.52.0, < 2.0)
526-
rubocop-ast (>= 1.31.1, < 2.0)
527-
rubocop-rails-omakase (1.0.0)
528-
rubocop
529-
rubocop-minitest
530-
rubocop-performance
531-
rubocop-rails
524+
rubocop (>= 1.72.1, < 2.0)
525+
rubocop-ast (>= 1.38.0, < 2.0)
526+
rubocop-rails-omakase (1.1.0)
527+
rubocop (>= 1.72)
528+
rubocop-performance (>= 1.24)
529+
rubocop-rails (>= 2.30)
532530
ruby-debug-ide (0.7.5)
533531
rake (>= 0.8.1)
534532
ruby-progressbar (1.13.0)
@@ -573,18 +571,18 @@ GEM
573571
sprockets (>= 3.0.0)
574572
sqlite3 (2.6.0)
575573
mini_portile2 (~> 2.8.0)
576-
standard (1.45.0)
574+
standard (1.47.0)
577575
language_server-protocol (~> 3.17.0.2)
578576
lint_roller (~> 1.0)
579-
rubocop (~> 1.71.0)
577+
rubocop (~> 1.73.0)
580578
standard-custom (~> 1.0.0)
581-
standard-performance (~> 1.6)
579+
standard-performance (~> 1.7)
582580
standard-custom (1.0.2)
583581
lint_roller (~> 1.0)
584582
rubocop (~> 1.50)
585-
standard-performance (1.6.0)
583+
standard-performance (1.7.0)
586584
lint_roller (~> 1.1)
587-
rubocop-performance (~> 1.23.0)
585+
rubocop-performance (~> 1.24.0)
588586
standardrb (1.0.1)
589587
standard
590588
stimulus-rails (1.3.4)

0 commit comments

Comments
 (0)