Skip to content

Commit be2c951

Browse files
Bump rubocop-rspec from 3.1.0 to 3.9.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.1.0 to 3.9.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.1.0...v3.9.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee5f7e8 commit be2c951

1 file changed

Lines changed: 22 additions & 16 deletions

File tree

Gemfile.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
securerandom (>= 0.3)
2121
tzinfo (~> 2.0, >= 2.0.5)
2222
uri (>= 0.13.1)
23-
ast (2.4.2)
23+
ast (2.4.3)
2424
base64 (0.3.0)
2525
bigdecimal (4.1.0)
2626
concurrent-ruby (1.3.6)
@@ -30,21 +30,22 @@ GEM
3030
drb (2.2.3)
3131
i18n (1.14.8)
3232
concurrent-ruby (~> 1.0)
33-
json (2.7.2)
34-
language_server-protocol (3.17.0.3)
33+
json (2.19.3)
34+
language_server-protocol (3.17.0.5)
35+
lint_roller (1.1.0)
3536
logger (1.7.0)
3637
minitest (6.0.3)
3738
drb (~> 2.0)
3839
prism (~> 1.5)
39-
parallel (1.26.3)
40-
parser (3.3.5.0)
40+
parallel (1.28.0)
41+
parser (3.3.11.1)
4142
ast (~> 2.4.1)
4243
racc
4344
prism (1.9.0)
4445
racc (1.8.1)
4546
rainbow (3.1.1)
4647
rake (13.2.1)
47-
regexp_parser (2.9.2)
48+
regexp_parser (2.11.3)
4849
rspec (3.13.0)
4950
rspec-core (~> 3.13.0)
5051
rspec-expectations (~> 3.13.0)
@@ -58,25 +59,28 @@ GEM
5859
diff-lcs (>= 1.2.0, < 2.0)
5960
rspec-support (~> 3.13.0)
6061
rspec-support (3.13.1)
61-
rubocop (1.66.1)
62+
rubocop (1.86.0)
6263
json (~> 2.3)
63-
language_server-protocol (>= 3.17.0)
64+
language_server-protocol (~> 3.17.0.2)
65+
lint_roller (~> 1.1.0)
6466
parallel (~> 1.10)
6567
parser (>= 3.3.0.2)
6668
rainbow (>= 2.2.2, < 4.0)
67-
regexp_parser (>= 2.4, < 3.0)
68-
rubocop-ast (>= 1.32.2, < 2.0)
69+
regexp_parser (>= 2.9.3, < 3.0)
70+
rubocop-ast (>= 1.49.0, < 2.0)
6971
ruby-progressbar (~> 1.7)
70-
unicode-display_width (>= 2.4.0, < 3.0)
71-
rubocop-ast (1.32.3)
72-
parser (>= 3.3.1.0)
72+
unicode-display_width (>= 2.4.0, < 4.0)
73+
rubocop-ast (1.49.1)
74+
parser (>= 3.3.7.2)
75+
prism (~> 1.7)
7376
rubocop-performance (1.22.1)
7477
rubocop (>= 1.48.1, < 2.0)
7578
rubocop-ast (>= 1.31.1, < 2.0)
7679
rubocop-rake (0.6.0)
7780
rubocop (~> 1.0)
78-
rubocop-rspec (3.1.0)
79-
rubocop (~> 1.61)
81+
rubocop-rspec (3.9.0)
82+
lint_roller (~> 1.1)
83+
rubocop (~> 1.81)
8084
ruby-progressbar (1.13.0)
8185
securerandom (0.4.1)
8286
simplecov (0.22.0)
@@ -87,7 +91,9 @@ GEM
8791
simplecov_json_formatter (0.1.4)
8892
tzinfo (2.0.6)
8993
concurrent-ruby (~> 1.0)
90-
unicode-display_width (2.6.0)
94+
unicode-display_width (3.2.0)
95+
unicode-emoji (~> 4.1)
96+
unicode-emoji (4.2.0)
9197
uri (1.1.1)
9298

9399
PLATFORMS

0 commit comments

Comments
 (0)