Skip to content

Commit 7b34b7d

Browse files
Bump rubocop-rspec from 2.26.1 to 3.1.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.26.1 to 3.1.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@v2.26.1...v3.1.0) --- 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 bc99567 commit 7b34b7d

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

Gemfile.lock

+13-21
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ GEM
2121
temple (>= 0.8.2)
2222
thor
2323
tilt
24-
json (2.7.1)
24+
json (2.7.2)
2525
language_server-protocol (3.17.0.3)
2626
method_source (1.0.0)
2727
oj (3.16.3)
2828
bigdecimal (>= 3.0)
2929
ougai (2.0.0)
3030
oj (~> 3.10)
31-
parallel (1.24.0)
32-
parser (3.3.0.4)
31+
parallel (1.26.3)
32+
parser (3.3.5.0)
3333
ast (~> 2.4.1)
3434
racc
3535
pg (1.5.4)
@@ -39,13 +39,12 @@ GEM
3939
pry (0.14.2)
4040
coderay (~> 1.1)
4141
method_source (~> 1.0)
42-
racc (1.7.3)
42+
racc (1.8.1)
4343
rainbow (3.1.1)
4444
rake (13.1.0)
4545
rbs (3.4.1)
4646
abbrev
47-
regexp_parser (2.9.0)
48-
rexml (3.2.6)
47+
regexp_parser (2.9.2)
4948
rspec (3.13.0)
5049
rspec-core (~> 3.13.0)
5150
rspec-expectations (~> 3.13.0)
@@ -59,34 +58,27 @@ GEM
5958
diff-lcs (>= 1.2.0, < 2.0)
6059
rspec-support (~> 3.13.0)
6160
rspec-support (3.13.1)
62-
rubocop (1.60.0)
61+
rubocop (1.66.1)
6362
json (~> 2.3)
6463
language_server-protocol (>= 3.17.0)
6564
parallel (~> 1.10)
6665
parser (>= 3.3.0.2)
6766
rainbow (>= 2.2.2, < 4.0)
68-
regexp_parser (>= 1.8, < 3.0)
69-
rexml (>= 3.2.5, < 4.0)
70-
rubocop-ast (>= 1.30.0, < 2.0)
67+
regexp_parser (>= 2.4, < 3.0)
68+
rubocop-ast (>= 1.32.2, < 2.0)
7169
ruby-progressbar (~> 1.7)
7270
unicode-display_width (>= 2.4.0, < 3.0)
73-
rubocop-ast (1.30.0)
74-
parser (>= 3.2.1.0)
75-
rubocop-capybara (2.20.0)
76-
rubocop (~> 1.41)
77-
rubocop-factory_bot (2.25.1)
78-
rubocop (~> 1.41)
71+
rubocop-ast (1.32.3)
72+
parser (>= 3.3.1.0)
7973
rubocop-packaging (0.5.2)
8074
rubocop (>= 1.33, < 2.0)
8175
rubocop-performance (1.20.2)
8276
rubocop (>= 1.48.1, < 2.0)
8377
rubocop-ast (>= 1.30.0, < 2.0)
8478
rubocop-rake (0.6.0)
8579
rubocop (~> 1.0)
86-
rubocop-rspec (2.26.1)
87-
rubocop (~> 1.40)
88-
rubocop-capybara (~> 2.17)
89-
rubocop-factory_bot (~> 2.22)
80+
rubocop-rspec (3.1.0)
81+
rubocop (~> 1.61)
9082
ruby-progressbar (1.13.0)
9183
syntax_tree (6.2.0)
9284
prettier_print (>= 1.2.0)
@@ -101,7 +93,7 @@ GEM
10193
temple (0.10.3)
10294
thor (1.3.2)
10395
tilt (2.3.0)
104-
unicode-display_width (2.5.0)
96+
unicode-display_width (2.6.0)
10597

10698
PLATFORMS
10799
arm64-darwin-20

0 commit comments

Comments
 (0)