Skip to content

Commit 9274211

Browse files
Bump rubocop-rspec from 2.17.1 to 2.22.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.17.1 to 2.22.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.17.1...v2.22.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c29721 commit 9274211

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

Gemfile.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ GEM
2121
faraday-multipart (1.0.4)
2222
multipart-post (~> 2)
2323
faraday-net_http (3.0.2)
24-
json (2.6.2)
24+
json (2.6.3)
2525
method_source (1.0.0)
2626
multipart-post (2.3.0)
27-
parallel (1.22.1)
28-
parser (3.1.2.1)
27+
parallel (1.23.0)
28+
parser (3.2.2.1)
2929
ast (~> 2.4.1)
3030
pry (0.14.1)
3131
coderay (~> 1.1)
3232
method_source (~> 1.0)
3333
rainbow (3.1.1)
3434
rake (13.0.6)
35-
regexp_parser (2.6.0)
35+
regexp_parser (2.8.0)
3636
rexml (3.2.5)
3737
rspec (3.12.0)
3838
rspec-core (~> 3.12.0)
@@ -47,26 +47,32 @@ GEM
4747
diff-lcs (>= 1.2.0, < 2.0)
4848
rspec-support (~> 3.12.0)
4949
rspec-support (3.12.0)
50-
rubocop (1.36.0)
50+
rubocop (1.51.0)
5151
json (~> 2.3)
5252
parallel (~> 1.10)
53-
parser (>= 3.1.2.1)
53+
parser (>= 3.2.0.0)
5454
rainbow (>= 2.2.2, < 4.0)
5555
regexp_parser (>= 1.8, < 3.0)
5656
rexml (>= 3.2.5, < 4.0)
57-
rubocop-ast (>= 1.20.1, < 2.0)
57+
rubocop-ast (>= 1.28.0, < 2.0)
5858
ruby-progressbar (~> 1.7)
59-
unicode-display_width (>= 1.4.0, < 3.0)
60-
rubocop-ast (1.21.0)
61-
parser (>= 3.1.1.0)
62-
rubocop-rspec (2.17.1)
59+
unicode-display_width (>= 2.4.0, < 3.0)
60+
rubocop-ast (1.28.1)
61+
parser (>= 3.2.1.0)
62+
rubocop-capybara (2.18.0)
63+
rubocop (~> 1.41)
64+
rubocop-factory_bot (2.23.1)
6365
rubocop (~> 1.33)
66+
rubocop-rspec (2.22.0)
67+
rubocop (~> 1.33)
68+
rubocop-capybara (~> 2.17)
69+
rubocop-factory_bot (~> 2.22)
6470
ruby-openai (4.1.0)
6571
faraday (>= 1)
6672
faraday-multipart (>= 1)
67-
ruby-progressbar (1.11.0)
73+
ruby-progressbar (1.13.0)
6874
ruby2_keywords (0.0.5)
69-
unicode-display_width (2.3.0)
75+
unicode-display_width (2.4.2)
7076

7177
PLATFORMS
7278
arm64-darwin-21

0 commit comments

Comments
 (0)