Skip to content

Commit d7b436b

Browse files
Bump rubocop-rspec from 2.18.1 to 3.0.4
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.18.1 to 3.0.4. - [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.4) --- 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 08d36c5 commit d7b436b

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

Diff for: Gemfile.lock

+17-18
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ GEM
220220
rails-dom-testing (>= 1, < 3)
221221
railties (>= 4.2.0)
222222
thor (>= 0.14, < 2.0)
223-
json (2.6.3)
223+
json (2.7.2)
224224
jwt (2.2.3)
225225
kaminari (1.2.2)
226226
activesupport (>= 4.1.0)
@@ -290,9 +290,10 @@ GEM
290290
stringio
291291
time
292292
uri
293-
parallel (1.22.1)
294-
parser (3.2.1.0)
293+
parallel (1.25.1)
294+
parser (3.3.4.0)
295295
ast (~> 2.4.1)
296+
racc
296297
pg (1.4.6)
297298
postmark (1.25.0)
298299
json
@@ -361,10 +362,10 @@ GEM
361362
logger
362363
rdoc (6.7.0)
363364
psych (>= 4.0.0)
364-
regexp_parser (2.7.0)
365+
regexp_parser (2.9.2)
365366
reline (0.5.9)
366367
io-console (~> 0.5)
367-
rexml (3.3.0)
368+
rexml (3.3.4)
368369
strscan
369370
roo (2.10.1)
370371
nokogiri (~> 1)
@@ -392,29 +393,27 @@ GEM
392393
rspec-support (3.12.0)
393394
rspec_junit_formatter (0.6.0)
394395
rspec-core (>= 2, < 4, != 2.12.0)
395-
rubocop (1.47.0)
396+
rubocop (1.65.1)
396397
json (~> 2.3)
398+
language_server-protocol (>= 3.17.0)
397399
parallel (~> 1.10)
398-
parser (>= 3.2.0.0)
400+
parser (>= 3.3.0.2)
399401
rainbow (>= 2.2.2, < 4.0)
400-
regexp_parser (>= 1.8, < 3.0)
402+
regexp_parser (>= 2.4, < 3.0)
401403
rexml (>= 3.2.5, < 4.0)
402-
rubocop-ast (>= 1.26.0, < 2.0)
404+
rubocop-ast (>= 1.31.1, < 2.0)
403405
ruby-progressbar (~> 1.7)
404406
unicode-display_width (>= 2.4.0, < 3.0)
405-
rubocop-ast (1.27.0)
406-
parser (>= 3.2.1.0)
407-
rubocop-capybara (2.17.1)
408-
rubocop (~> 1.41)
407+
rubocop-ast (1.32.0)
408+
parser (>= 3.3.1.0)
409409
rubocop-graphql (1.0.0)
410410
rubocop (>= 0.87, < 2)
411411
rubocop-rails (2.18.0)
412412
activesupport (>= 4.2.0)
413413
rack (>= 1.1)
414414
rubocop (>= 1.33.0, < 2.0)
415-
rubocop-rspec (2.18.1)
416-
rubocop (~> 1.33)
417-
rubocop-capybara (~> 2.17)
415+
rubocop-rspec (3.0.4)
416+
rubocop (~> 1.61)
418417
ruby-lsp (0.17.7)
419418
language_server-protocol (~> 3.17.0)
420419
prism (>= 0.29.0, < 0.31)
@@ -424,7 +423,7 @@ GEM
424423
ruby-lsp (>= 0.17.2, < 0.18.0)
425424
ruby-lsp-rspec (0.1.12)
426425
ruby-lsp (~> 0.17.0)
427-
ruby-progressbar (1.11.0)
426+
ruby-progressbar (1.13.0)
428427
ruby-vips (2.2.0)
429428
ffi (~> 1.12)
430429
ruby2_keywords (0.0.5)
@@ -480,7 +479,7 @@ GEM
480479
tzinfo (2.0.6)
481480
concurrent-ruby (~> 1.0)
482481
unaccent (0.4.0)
483-
unicode-display_width (2.4.2)
482+
unicode-display_width (2.5.0)
484483
uniform_notifier (1.16.0)
485484
uri (0.13.0)
486485
version_gem (1.1.3)

0 commit comments

Comments
 (0)