Skip to content

Commit a2985bf

Browse files
Bump rubocop-rspec from 2.18.1 to 3.0.2
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.18.1 to 3.0.2. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v2.18.1...v3.0.2) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6048b4b commit a2985bf

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

Gemfile.lock

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ GEM
217217
rails-dom-testing (>= 1, < 3)
218218
railties (>= 4.2.0)
219219
thor (>= 0.14, < 2.0)
220-
json (2.6.3)
220+
json (2.7.2)
221221
jwt (2.2.3)
222222
kaminari (1.2.2)
223223
activesupport (>= 4.1.0)
@@ -286,9 +286,10 @@ GEM
286286
stringio
287287
time
288288
uri
289-
parallel (1.22.1)
290-
parser (3.2.1.0)
289+
parallel (1.25.1)
290+
parser (3.3.3.0)
291291
ast (~> 2.4.1)
292+
racc
292293
pg (1.4.6)
293294
postmark (1.25.0)
294295
json
@@ -355,10 +356,10 @@ GEM
355356
rake (13.2.1)
356357
rdoc (6.7.0)
357358
psych (>= 4.0.0)
358-
regexp_parser (2.7.0)
359+
regexp_parser (2.9.2)
359360
reline (0.5.9)
360361
io-console (~> 0.5)
361-
rexml (3.3.0)
362+
rexml (3.3.1)
362363
strscan
363364
roo (2.10.1)
364365
nokogiri (~> 1)
@@ -386,29 +387,27 @@ GEM
386387
rspec-support (3.12.0)
387388
rspec_junit_formatter (0.6.0)
388389
rspec-core (>= 2, < 4, != 2.12.0)
389-
rubocop (1.47.0)
390+
rubocop (1.64.1)
390391
json (~> 2.3)
392+
language_server-protocol (>= 3.17.0)
391393
parallel (~> 1.10)
392-
parser (>= 3.2.0.0)
394+
parser (>= 3.3.0.2)
393395
rainbow (>= 2.2.2, < 4.0)
394396
regexp_parser (>= 1.8, < 3.0)
395397
rexml (>= 3.2.5, < 4.0)
396-
rubocop-ast (>= 1.26.0, < 2.0)
398+
rubocop-ast (>= 1.31.1, < 2.0)
397399
ruby-progressbar (~> 1.7)
398400
unicode-display_width (>= 2.4.0, < 3.0)
399-
rubocop-ast (1.27.0)
400-
parser (>= 3.2.1.0)
401-
rubocop-capybara (2.17.1)
402-
rubocop (~> 1.41)
401+
rubocop-ast (1.31.3)
402+
parser (>= 3.3.1.0)
403403
rubocop-graphql (1.0.0)
404404
rubocop (>= 0.87, < 2)
405405
rubocop-rails (2.18.0)
406406
activesupport (>= 4.2.0)
407407
rack (>= 1.1)
408408
rubocop (>= 1.33.0, < 2.0)
409-
rubocop-rspec (2.18.1)
410-
rubocop (~> 1.33)
411-
rubocop-capybara (~> 2.17)
409+
rubocop-rspec (3.0.2)
410+
rubocop (~> 1.61)
412411
ruby-lsp (0.16.5)
413412
language_server-protocol (~> 3.17.0)
414413
prism (>= 0.23.0, < 0.28)
@@ -418,7 +417,7 @@ GEM
418417
sorbet-runtime (>= 0.5.9897)
419418
ruby-lsp-rspec (0.1.11)
420419
ruby-lsp (~> 0.16.0)
421-
ruby-progressbar (1.11.0)
420+
ruby-progressbar (1.13.0)
422421
ruby-vips (2.2.0)
423422
ffi (~> 1.12)
424423
ruby2_keywords (0.0.5)
@@ -474,7 +473,7 @@ GEM
474473
tzinfo (2.0.6)
475474
concurrent-ruby (~> 1.0)
476475
unaccent (0.4.0)
477-
unicode-display_width (2.4.2)
476+
unicode-display_width (2.5.0)
478477
uniform_notifier (1.16.0)
479478
uri (0.13.0)
480479
version_gem (1.1.3)

0 commit comments

Comments
 (0)