Skip to content

Commit ff29d23

Browse files
authored
Merge pull request #827 from alphagov/dependabot/bundler/rubocop-govuk-5.0.9
2 parents 9dd9c0c + 7b3fe43 commit ff29d23

File tree

1 file changed

+27
-22
lines changed

1 file changed

+27
-22
lines changed

Gemfile.lock

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ GEM
2525
connection_pool (2.5.0)
2626
diff-lcs (1.5.1)
2727
drb (2.2.1)
28-
i18n (1.14.6)
28+
i18n (1.14.7)
2929
concurrent-ruby (~> 1.0)
30-
json (2.9.1)
31-
language_server-protocol (3.17.0.3)
32-
logger (1.6.5)
30+
json (2.10.1)
31+
language_server-protocol (3.17.0.4)
32+
lint_roller (1.1.0)
33+
logger (1.6.6)
3334
method_source (1.1.0)
3435
minitest (5.25.4)
3536
parallel (1.26.3)
36-
parser (3.3.7.0)
37+
parser (3.3.7.1)
3738
ast (~> 2.4.1)
3839
racc
3940
pry (0.15.2)
@@ -56,36 +57,40 @@ GEM
5657
diff-lcs (>= 1.2.0, < 2.0)
5758
rspec-support (~> 3.13.0)
5859
rspec-support (3.13.0)
59-
rubocop (1.70.0)
60+
rubocop (1.73.2)
6061
json (~> 2.3)
61-
language_server-protocol (>= 3.17.0)
62+
language_server-protocol (~> 3.17.0.2)
63+
lint_roller (~> 1.1.0)
6264
parallel (~> 1.10)
6365
parser (>= 3.3.0.2)
6466
rainbow (>= 2.2.2, < 4.0)
6567
regexp_parser (>= 2.9.3, < 3.0)
66-
rubocop-ast (>= 1.36.2, < 2.0)
68+
rubocop-ast (>= 1.38.0, < 2.0)
6769
ruby-progressbar (~> 1.7)
6870
unicode-display_width (>= 2.4.0, < 4.0)
69-
rubocop-ast (1.37.0)
71+
rubocop-ast (1.38.1)
7072
parser (>= 3.3.1.0)
7173
rubocop-capybara (2.21.0)
7274
rubocop (~> 1.41)
73-
rubocop-govuk (5.0.8)
74-
rubocop (= 1.70.0)
75-
rubocop-ast (= 1.37.0)
75+
rubocop-govuk (5.0.9)
76+
rubocop (= 1.73.2)
77+
rubocop-ast (= 1.38.1)
7678
rubocop-capybara (= 2.21.0)
77-
rubocop-rails (= 2.28.0)
78-
rubocop-rake (= 0.6.0)
79-
rubocop-rspec (= 3.3.0)
80-
rubocop-rails (2.28.0)
79+
rubocop-rails (= 2.30.3)
80+
rubocop-rake (= 0.7.1)
81+
rubocop-rspec (= 3.5.0)
82+
rubocop-rails (2.30.3)
8183
activesupport (>= 4.2.0)
84+
lint_roller (~> 1.1)
8285
rack (>= 1.1)
83-
rubocop (>= 1.52.0, < 2.0)
84-
rubocop-ast (>= 1.31.1, < 2.0)
85-
rubocop-rake (0.6.0)
86-
rubocop (~> 1.0)
87-
rubocop-rspec (3.3.0)
88-
rubocop (~> 1.61)
86+
rubocop (>= 1.72.1, < 2.0)
87+
rubocop-ast (>= 1.38.0, < 2.0)
88+
rubocop-rake (0.7.1)
89+
lint_roller (~> 1.1)
90+
rubocop (>= 1.72.1)
91+
rubocop-rspec (3.5.0)
92+
lint_roller (~> 1.1)
93+
rubocop (~> 1.72, >= 1.72.1)
8994
ruby-progressbar (1.13.0)
9095
securerandom (0.4.1)
9196
thor (1.3.2)

0 commit comments

Comments
 (0)