Skip to content

Commit 63f100a

Browse files
Bump rubocop-govuk from 5.0.2 to 5.0.5 (#279)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2844e9 commit 63f100a

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

Gemfile.lock

+22-21
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ GEM
128128
irb (1.13.2)
129129
rdoc (>= 4.0.0)
130130
reline (>= 0.4.2)
131-
json (2.7.2)
131+
json (2.9.0)
132132
language_server-protocol (3.17.0.3)
133-
logger (1.6.1)
133+
logger (1.6.2)
134134
matrix (0.4.2)
135135
mini_mime (1.1.5)
136136
mini_portile2 (2.8.8)
137-
minitest (5.25.1)
137+
minitest (5.25.4)
138138
multi_json (1.15.0)
139139
multi_test (1.1.0)
140140
mustermann (3.0.3)
@@ -150,7 +150,7 @@ GEM
150150
nokogiri (1.16.7-x86_64-linux)
151151
racc (~> 1.4)
152152
parallel (1.26.3)
153-
parser (3.3.5.0)
153+
parser (3.3.6.0)
154154
ast (~> 2.4.1)
155155
racc
156156
pg (1.5.9)
@@ -184,7 +184,7 @@ GEM
184184
rake (13.2.1)
185185
rdoc (6.7.0)
186186
psych (>= 4.0.0)
187-
regexp_parser (2.9.2)
187+
regexp_parser (2.9.3)
188188
reline (0.5.9)
189189
io-console (~> 0.5)
190190
rexml (3.3.9)
@@ -201,44 +201,43 @@ GEM
201201
diff-lcs (>= 1.2.0, < 2.0)
202202
rspec-support (~> 3.13.0)
203203
rspec-support (3.13.1)
204-
rubocop (1.64.1)
204+
rubocop (1.69.1)
205205
json (~> 2.3)
206206
language_server-protocol (>= 3.17.0)
207207
parallel (~> 1.10)
208208
parser (>= 3.3.0.2)
209209
rainbow (>= 2.2.2, < 4.0)
210-
regexp_parser (>= 1.8, < 3.0)
211-
rexml (>= 3.2.5, < 4.0)
212-
rubocop-ast (>= 1.31.1, < 2.0)
210+
regexp_parser (>= 2.9.3, < 3.0)
211+
rubocop-ast (>= 1.36.2, < 2.0)
213212
ruby-progressbar (~> 1.7)
214-
unicode-display_width (>= 2.4.0, < 3.0)
215-
rubocop-ast (1.31.3)
213+
unicode-display_width (>= 2.4.0, < 4.0)
214+
rubocop-ast (1.36.2)
216215
parser (>= 3.3.1.0)
217216
rubocop-capybara (2.21.0)
218217
rubocop (~> 1.41)
219-
rubocop-govuk (5.0.2)
220-
rubocop (= 1.64.1)
221-
rubocop-ast (= 1.31.3)
218+
rubocop-govuk (5.0.5)
219+
rubocop (= 1.69.1)
220+
rubocop-ast (= 1.36.2)
222221
rubocop-capybara (= 2.21.0)
223-
rubocop-rails (= 2.25.1)
222+
rubocop-rails (= 2.27.0)
224223
rubocop-rake (= 0.6.0)
225-
rubocop-rspec (= 3.0.1)
226-
rubocop-rails (2.25.1)
224+
rubocop-rspec (= 3.2.0)
225+
rubocop-rails (2.27.0)
227226
activesupport (>= 4.2.0)
228227
rack (>= 1.1)
229-
rubocop (>= 1.33.0, < 2.0)
228+
rubocop (>= 1.52.0, < 2.0)
230229
rubocop-ast (>= 1.31.1, < 2.0)
231230
rubocop-rake (0.6.0)
232231
rubocop (~> 1.0)
233-
rubocop-rspec (3.0.1)
232+
rubocop-rspec (3.2.0)
234233
rubocop (~> 1.61)
235234
ruby-progressbar (1.13.0)
236235
ruby2_keywords (0.0.5)
237236
rubyXL (3.4.27)
238237
nokogiri (>= 1.10.8)
239238
rubyzip (>= 1.3.0)
240239
rubyzip (2.3.2)
241-
securerandom (0.3.1)
240+
securerandom (0.4.0)
242241
selenium-webdriver (4.23.0)
243242
base64 (~> 0.2)
244243
logger (~> 1.4)
@@ -281,7 +280,9 @@ GEM
281280
timeout (0.4.1)
282281
tzinfo (2.0.6)
283282
concurrent-ruby (~> 1.0)
284-
unicode-display_width (2.5.0)
283+
unicode-display_width (3.1.2)
284+
unicode-emoji (~> 4.0, >= 4.0.4)
285+
unicode-emoji (4.0.4)
285286
webrick (1.8.2)
286287
websocket (1.2.11)
287288
websocket-driver (0.7.6)

0 commit comments

Comments
 (0)