Skip to content

Commit e7c5a74

Browse files
Build(deps-dev): Bump rubocop from 1.78.0 to 1.79.0 in /spec (#563)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.78.0 to 1.79.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27a67da commit e7c5a74

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

spec/Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
bosh-template (2.4.0)
66
semi_semantic (~> 1.2.0)
77
diff-lcs (1.6.2)
8-
json (2.12.2)
8+
json (2.13.0)
99
language_server-protocol (3.17.0.5)
1010
lint_roller (1.1.0)
1111
parallel (1.27.0)
@@ -29,18 +29,19 @@ GEM
2929
diff-lcs (>= 1.2.0, < 2.0)
3030
rspec-support (~> 3.13.0)
3131
rspec-support (3.13.4)
32-
rubocop (1.78.0)
32+
rubocop (1.79.0)
3333
json (~> 2.3)
3434
language_server-protocol (~> 3.17.0.2)
3535
lint_roller (~> 1.1.0)
3636
parallel (~> 1.10)
3737
parser (>= 3.3.0.2)
3838
rainbow (>= 2.2.2, < 4.0)
3939
regexp_parser (>= 2.9.3, < 3.0)
40-
rubocop-ast (>= 1.45.1, < 2.0)
40+
rubocop-ast (>= 1.46.0, < 2.0)
4141
ruby-progressbar (~> 1.7)
42+
tsort (>= 0.2.0)
4243
unicode-display_width (>= 2.4.0, < 4.0)
43-
rubocop-ast (1.45.1)
44+
rubocop-ast (1.46.0)
4445
parser (>= 3.3.7.2)
4546
prism (~> 1.4)
4647
rubocop-capybara (2.22.1)
@@ -58,6 +59,7 @@ GEM
5859
rubocop-rspec (~> 3.5)
5960
ruby-progressbar (1.13.0)
6061
semi_semantic (1.2.0)
62+
tsort (0.2.0)
6163
unicode-display_width (3.1.4)
6264
unicode-emoji (~> 4.0, >= 4.0.4)
6365
unicode-emoji (4.0.4)

0 commit comments

Comments
 (0)