Skip to content

Commit ae351d6

Browse files
authored
Merge pull request #5017 from alphagov/dependabot/bundler/rubocop-govuk-5.0.9
2 parents fcb6c79 + 6c9d630 commit ae351d6

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

Gemfile.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,15 @@ GEM
239239
http_parser.rb (0.8.0)
240240
i18n (1.6.0)
241241
concurrent-ruby (~> 1.0)
242-
json (2.9.1)
242+
json (2.10.1)
243243
json-schema (4.3.0)
244244
addressable (>= 2.8)
245245
kramdown (2.5.1)
246246
rexml (>= 3.3.9)
247247
kramdown-parser-gfm (1.1.0)
248248
kramdown (~> 2.0)
249-
language_server-protocol (3.17.0.3)
249+
language_server-protocol (3.17.0.4)
250+
lint_roller (1.1.0)
250251
listen (3.9.0)
251252
rb-fsevent (~> 0.10, >= 0.10.3)
252253
rb-inotify (~> 0.9, >= 0.9.10)
@@ -566,7 +567,7 @@ GEM
566567
tilt (>= 1.4.1, < 3)
567568
padrino-support (0.15.3)
568569
parallel (1.26.3)
569-
parser (3.3.6.0)
570+
parser (3.3.7.1)
570571
ast (~> 2.4.1)
571572
racc
572573
parslet (2.0.0)
@@ -638,36 +639,40 @@ GEM
638639
diff-lcs (>= 1.2.0, < 2.0)
639640
rspec-support (~> 3.13.0)
640641
rspec-support (3.13.1)
641-
rubocop (1.69.2)
642+
rubocop (1.73.2)
642643
json (~> 2.3)
643-
language_server-protocol (>= 3.17.0)
644+
language_server-protocol (~> 3.17.0.2)
645+
lint_roller (~> 1.1.0)
644646
parallel (~> 1.10)
645647
parser (>= 3.3.0.2)
646648
rainbow (>= 2.2.2, < 4.0)
647649
regexp_parser (>= 2.9.3, < 3.0)
648-
rubocop-ast (>= 1.36.2, < 2.0)
650+
rubocop-ast (>= 1.38.0, < 2.0)
649651
ruby-progressbar (~> 1.7)
650652
unicode-display_width (>= 2.4.0, < 4.0)
651-
rubocop-ast (1.37.0)
653+
rubocop-ast (1.38.1)
652654
parser (>= 3.3.1.0)
653655
rubocop-capybara (2.21.0)
654656
rubocop (~> 1.41)
655-
rubocop-govuk (5.0.7)
656-
rubocop (= 1.69.2)
657-
rubocop-ast (= 1.37.0)
657+
rubocop-govuk (5.0.9)
658+
rubocop (= 1.73.2)
659+
rubocop-ast (= 1.38.1)
658660
rubocop-capybara (= 2.21.0)
659-
rubocop-rails (= 2.28.0)
660-
rubocop-rake (= 0.6.0)
661-
rubocop-rspec (= 3.3.0)
662-
rubocop-rails (2.28.0)
661+
rubocop-rails (= 2.30.3)
662+
rubocop-rake (= 0.7.1)
663+
rubocop-rspec (= 3.5.0)
664+
rubocop-rails (2.30.3)
663665
activesupport (>= 4.2.0)
666+
lint_roller (~> 1.1)
664667
rack (>= 1.1)
665-
rubocop (>= 1.52.0, < 2.0)
666-
rubocop-ast (>= 1.31.1, < 2.0)
667-
rubocop-rake (0.6.0)
668-
rubocop (~> 1.0)
669-
rubocop-rspec (3.3.0)
670-
rubocop (~> 1.61)
668+
rubocop (>= 1.72.1, < 2.0)
669+
rubocop-ast (>= 1.38.0, < 2.0)
670+
rubocop-rake (0.7.1)
671+
lint_roller (~> 1.1)
672+
rubocop (>= 1.72.1)
673+
rubocop-rspec (3.5.0)
674+
lint_roller (~> 1.1)
675+
rubocop (~> 1.72, >= 1.72.1)
671676
ruby-progressbar (1.13.0)
672677
ruby2_keywords (0.0.5)
673678
sanitize (7.0.0)
@@ -723,7 +728,7 @@ GEM
723728
concurrent-ruby (~> 1.0)
724729
uglifier (3.2.0)
725730
execjs (>= 0.3.0, < 3)
726-
unicode-display_width (3.1.3)
731+
unicode-display_width (3.1.4)
727732
unicode-emoji (~> 4.0, >= 4.0.4)
728733
unicode-emoji (4.0.4)
729734
webmock (3.25.0)

0 commit comments

Comments
 (0)