Skip to content

Commit a731962

Browse files
Bump rubocop-rspec from 2.18.1 to 3.0.3
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.18.1 to 3.0.3. - [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.3) --- 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 dc959af commit a731962

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

Gemfile.lock

Lines changed: 17 additions & 18 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)
@@ -287,9 +287,10 @@ GEM
287287
stringio
288288
time
289289
uri
290-
parallel (1.22.1)
291-
parser (3.2.1.0)
290+
parallel (1.25.1)
291+
parser (3.3.4.0)
292292
ast (~> 2.4.1)
293+
racc
293294
pg (1.4.6)
294295
postmark (1.25.0)
295296
json
@@ -358,10 +359,10 @@ GEM
358359
logger
359360
rdoc (6.7.0)
360361
psych (>= 4.0.0)
361-
regexp_parser (2.7.0)
362+
regexp_parser (2.9.2)
362363
reline (0.5.9)
363364
io-console (~> 0.5)
364-
rexml (3.3.0)
365+
rexml (3.3.1)
365366
strscan
366367
roo (2.10.1)
367368
nokogiri (~> 1)
@@ -389,29 +390,27 @@ GEM
389390
rspec-support (3.12.0)
390391
rspec_junit_formatter (0.6.0)
391392
rspec-core (>= 2, < 4, != 2.12.0)
392-
rubocop (1.47.0)
393+
rubocop (1.65.0)
393394
json (~> 2.3)
395+
language_server-protocol (>= 3.17.0)
394396
parallel (~> 1.10)
395-
parser (>= 3.2.0.0)
397+
parser (>= 3.3.0.2)
396398
rainbow (>= 2.2.2, < 4.0)
397-
regexp_parser (>= 1.8, < 3.0)
399+
regexp_parser (>= 2.4, < 3.0)
398400
rexml (>= 3.2.5, < 4.0)
399-
rubocop-ast (>= 1.26.0, < 2.0)
401+
rubocop-ast (>= 1.31.1, < 2.0)
400402
ruby-progressbar (~> 1.7)
401403
unicode-display_width (>= 2.4.0, < 3.0)
402-
rubocop-ast (1.27.0)
403-
parser (>= 3.2.1.0)
404-
rubocop-capybara (2.17.1)
405-
rubocop (~> 1.41)
404+
rubocop-ast (1.31.3)
405+
parser (>= 3.3.1.0)
406406
rubocop-graphql (1.0.0)
407407
rubocop (>= 0.87, < 2)
408408
rubocop-rails (2.18.0)
409409
activesupport (>= 4.2.0)
410410
rack (>= 1.1)
411411
rubocop (>= 1.33.0, < 2.0)
412-
rubocop-rspec (2.18.1)
413-
rubocop (~> 1.33)
414-
rubocop-capybara (~> 2.17)
412+
rubocop-rspec (3.0.3)
413+
rubocop (~> 1.61)
415414
ruby-lsp (0.17.7)
416415
language_server-protocol (~> 3.17.0)
417416
prism (>= 0.29.0, < 0.31)
@@ -421,7 +420,7 @@ GEM
421420
ruby-lsp (>= 0.17.2, < 0.18.0)
422421
ruby-lsp-rspec (0.1.12)
423422
ruby-lsp (~> 0.17.0)
424-
ruby-progressbar (1.11.0)
423+
ruby-progressbar (1.13.0)
425424
ruby-vips (2.2.0)
426425
ffi (~> 1.12)
427426
ruby2_keywords (0.0.5)
@@ -477,7 +476,7 @@ GEM
477476
tzinfo (2.0.6)
478477
concurrent-ruby (~> 1.0)
479478
unaccent (0.4.0)
480-
unicode-display_width (2.4.2)
479+
unicode-display_width (2.5.0)
481480
uniform_notifier (1.16.0)
482481
uri (0.13.0)
483482
version_gem (1.1.3)

0 commit comments

Comments
 (0)