Skip to content

Commit df39ba0

Browse files
Bump rubocop-govuk from 4.14.0 to 4.18.0 (#760)
Bumps [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) from 4.14.0 to 4.18.0. - [Changelog](https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md) - [Commits](alphagov/rubocop-govuk@v4.14.0...v4.18.0) --- updated-dependencies: - dependency-name: rubocop-govuk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5b25cd commit df39ba0

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

Gemfile.lock

+21-18
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ GEM
196196
rails-dom-testing (>= 1, < 3)
197197
railties (>= 4.2.0)
198198
thor (>= 0.14, < 2.0)
199-
json (2.7.1)
199+
json (2.7.2)
200200
language_server-protocol (3.17.0.3)
201201
lograge (0.12.0)
202202
actionpack (>= 4)
@@ -238,8 +238,8 @@ GEM
238238
mini_portile2 (~> 2.8.2)
239239
racc (~> 1.4)
240240
pagy (6.5.0)
241-
parallel (1.24.0)
242-
parser (3.3.2.0)
241+
parallel (1.25.1)
242+
parser (3.3.3.0)
243243
ast (~> 2.4.1)
244244
racc
245245
pg (1.5.3)
@@ -328,40 +328,43 @@ GEM
328328
rspec-mocks (~> 3.12)
329329
rspec-support (~> 3.12)
330330
rspec-support (3.12.1)
331-
rubocop (1.60.2)
331+
rubocop (1.64.1)
332332
json (~> 2.3)
333333
language_server-protocol (>= 3.17.0)
334334
parallel (~> 1.10)
335335
parser (>= 3.3.0.2)
336336
rainbow (>= 2.2.2, < 4.0)
337337
regexp_parser (>= 1.8, < 3.0)
338338
rexml (>= 3.2.5, < 4.0)
339-
rubocop-ast (>= 1.30.0, < 2.0)
339+
rubocop-ast (>= 1.31.1, < 2.0)
340340
ruby-progressbar (~> 1.7)
341341
unicode-display_width (>= 2.4.0, < 3.0)
342-
rubocop-ast (1.30.0)
343-
parser (>= 3.2.1.0)
344-
rubocop-capybara (2.20.0)
342+
rubocop-ast (1.31.3)
343+
parser (>= 3.3.1.0)
344+
rubocop-capybara (2.21.0)
345345
rubocop (~> 1.41)
346-
rubocop-factory_bot (2.25.1)
347-
rubocop (~> 1.41)
348-
rubocop-govuk (4.14.0)
349-
rubocop (= 1.60.2)
350-
rubocop-ast (= 1.30.0)
351-
rubocop-rails (= 2.23.1)
346+
rubocop-factory_bot (2.26.1)
347+
rubocop (~> 1.61)
348+
rubocop-govuk (4.18.0)
349+
rubocop (= 1.64.1)
350+
rubocop-ast (= 1.31.3)
351+
rubocop-rails (= 2.25.0)
352352
rubocop-rake (= 0.6.0)
353-
rubocop-rspec (= 2.26.1)
354-
rubocop-rails (2.23.1)
353+
rubocop-rspec (= 2.30.0)
354+
rubocop-rails (2.25.0)
355355
activesupport (>= 4.2.0)
356356
rack (>= 1.1)
357357
rubocop (>= 1.33.0, < 2.0)
358-
rubocop-ast (>= 1.30.0, < 2.0)
358+
rubocop-ast (>= 1.31.1, < 2.0)
359359
rubocop-rake (0.6.0)
360360
rubocop (~> 1.0)
361-
rubocop-rspec (2.26.1)
361+
rubocop-rspec (2.30.0)
362362
rubocop (~> 1.40)
363363
rubocop-capybara (~> 2.17)
364364
rubocop-factory_bot (~> 2.22)
365+
rubocop-rspec_rails (~> 2.28)
366+
rubocop-rspec_rails (2.29.1)
367+
rubocop (~> 1.61)
365368
ruby-progressbar (1.13.0)
366369
rubyzip (2.3.2)
367370
sass (3.7.4)

0 commit comments

Comments
 (0)