Skip to content

Commit cdcda8f

Browse files
Bump standard from 1.42.1 to 1.43.0 (#119)
Bumps [standard](https://github.com/standardrb/standard) from 1.42.1 to 1.43.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.42.1...v1.43.0) --- updated-dependencies: - dependency-name: standard 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 70089a4 commit cdcda8f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

+13-11
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,38 @@ GEM
3434
diff-lcs (>= 1.2.0, < 2.0)
3535
rspec-support (~> 3.13.0)
3636
rspec-support (3.13.2)
37-
rubocop (1.68.0)
37+
rubocop (1.69.1)
3838
json (~> 2.3)
3939
language_server-protocol (>= 3.17.0)
4040
parallel (~> 1.10)
4141
parser (>= 3.3.0.2)
4242
rainbow (>= 2.2.2, < 4.0)
43-
regexp_parser (>= 2.4, < 3.0)
44-
rubocop-ast (>= 1.32.2, < 2.0)
43+
regexp_parser (>= 2.9.3, < 3.0)
44+
rubocop-ast (>= 1.36.2, < 2.0)
4545
ruby-progressbar (~> 1.7)
46-
unicode-display_width (>= 2.4.0, < 3.0)
46+
unicode-display_width (>= 2.4.0, < 4.0)
4747
rubocop-ast (1.36.2)
4848
parser (>= 3.3.1.0)
49-
rubocop-performance (1.22.1)
49+
rubocop-performance (1.23.0)
5050
rubocop (>= 1.48.1, < 2.0)
5151
rubocop-ast (>= 1.31.1, < 2.0)
5252
ruby-progressbar (1.13.0)
5353
rubyzip (2.3.2)
54-
standard (1.42.1)
54+
standard (1.43.0)
5555
language_server-protocol (~> 3.17.0.2)
5656
lint_roller (~> 1.0)
57-
rubocop (~> 1.68.0)
57+
rubocop (~> 1.69.1)
5858
standard-custom (~> 1.0.0)
59-
standard-performance (~> 1.5)
59+
standard-performance (~> 1.6)
6060
standard-custom (1.0.2)
6161
lint_roller (~> 1.0)
6262
rubocop (~> 1.50)
63-
standard-performance (1.5.0)
63+
standard-performance (1.6.0)
6464
lint_roller (~> 1.1)
65-
rubocop-performance (~> 1.22.0)
66-
unicode-display_width (2.6.0)
65+
rubocop-performance (~> 1.23.0)
66+
unicode-display_width (3.1.2)
67+
unicode-emoji (~> 4.0, >= 4.0.4)
68+
unicode-emoji (4.0.4)
6769

6870
PLATFORMS
6971
ruby

0 commit comments

Comments
 (0)