Skip to content

Commit 9331bb1

Browse files
Bump rubocop-rspec from 3.5.0 to 3.6.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47d7301 commit 9331bb1

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
public_suffix (>= 2.0.2, < 7.0)
8888
ar-uuid (0.2.3)
8989
activerecord
90-
ast (2.4.2)
90+
ast (2.4.3)
9191
async (2.23.1)
9292
console (~> 1.29)
9393
fiber-annotation
@@ -308,7 +308,7 @@ GEM
308308
jbuilder (2.13.0)
309309
actionview (>= 5.0.0)
310310
activesupport (>= 5.0.0)
311-
json (2.10.2)
311+
json (2.11.3)
312312
kramdown (2.4.0)
313313
rexml
314314
kramdown-parser-gfm (1.1.0)
@@ -369,14 +369,15 @@ GEM
369369
paper_trail (16.0.0)
370370
activerecord (>= 6.1)
371371
request_store (~> 1.4)
372-
parallel (1.26.3)
373-
parser (3.3.7.1)
372+
parallel (1.27.0)
373+
parser (3.3.8.0)
374374
ast (~> 2.4.1)
375375
racc
376376
pg (1.5.9)
377377
pp (0.6.2)
378378
prettyprint
379379
prettyprint (0.2.0)
380+
prism (1.4.0)
380381
protocol-hpack (1.5.1)
381382
protocol-http (0.49.0)
382383
protocol-http1 (0.30.0)
@@ -503,8 +504,9 @@ GEM
503504
rubocop-ast (>= 1.38.0, < 2.0)
504505
ruby-progressbar (~> 1.7)
505506
unicode-display_width (>= 2.4.0, < 4.0)
506-
rubocop-ast (1.38.1)
507-
parser (>= 3.3.1.0)
507+
rubocop-ast (1.44.1)
508+
parser (>= 3.3.7.2)
509+
prism (~> 1.4)
508510
rubocop-capybara (2.22.1)
509511
lint_roller (~> 1.1)
510512
rubocop (~> 1.72, >= 1.72.1)
@@ -517,7 +519,7 @@ GEM
517519
rack (>= 1.1)
518520
rubocop (>= 1.72.1, < 2.0)
519521
rubocop-ast (>= 1.38.0, < 2.0)
520-
rubocop-rspec (3.5.0)
522+
rubocop-rspec (3.6.0)
521523
lint_roller (~> 1.1)
522524
rubocop (~> 1.72, >= 1.72.1)
523525
rubocop-rspec_rails (2.31.0)

0 commit comments

Comments
 (0)