Skip to content

Commit b133861

Browse files
Bump standard from 1.45.0 to 1.47.0 (#150)
Bumps [standard](https://github.com/standardrb/standard) from 1.45.0 to 1.47.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.45.0...v1.47.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 de8e952 commit b133861

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
@@ -38,35 +38,37 @@ GEM
3838
diff-lcs (>= 1.2.0, < 2.0)
3939
rspec-support (~> 3.13.0)
4040
rspec-support (3.13.2)
41-
rubocop (1.71.2)
41+
rubocop (1.73.2)
4242
json (~> 2.3)
43-
language_server-protocol (>= 3.17.0)
43+
language_server-protocol (~> 3.17.0.2)
44+
lint_roller (~> 1.1.0)
4445
parallel (~> 1.10)
4546
parser (>= 3.3.0.2)
4647
rainbow (>= 2.2.2, < 4.0)
4748
regexp_parser (>= 2.9.3, < 3.0)
4849
rubocop-ast (>= 1.38.0, < 2.0)
4950
ruby-progressbar (~> 1.7)
5051
unicode-display_width (>= 2.4.0, < 4.0)
51-
rubocop-ast (1.38.0)
52+
rubocop-ast (1.38.1)
5253
parser (>= 3.3.1.0)
53-
rubocop-performance (1.23.1)
54-
rubocop (>= 1.48.1, < 2.0)
55-
rubocop-ast (>= 1.31.1, < 2.0)
54+
rubocop-performance (1.24.0)
55+
lint_roller (~> 1.1)
56+
rubocop (>= 1.72.1, < 2.0)
57+
rubocop-ast (>= 1.38.0, < 2.0)
5658
ruby-progressbar (1.13.0)
5759
rubyzip (2.4.1)
58-
standard (1.45.0)
60+
standard (1.47.0)
5961
language_server-protocol (~> 3.17.0.2)
6062
lint_roller (~> 1.0)
61-
rubocop (~> 1.71.0)
63+
rubocop (~> 1.73.0)
6264
standard-custom (~> 1.0.0)
63-
standard-performance (~> 1.6)
65+
standard-performance (~> 1.7)
6466
standard-custom (1.0.2)
6567
lint_roller (~> 1.0)
6668
rubocop (~> 1.50)
67-
standard-performance (1.6.0)
69+
standard-performance (1.7.0)
6870
lint_roller (~> 1.1)
69-
rubocop-performance (~> 1.23.0)
71+
rubocop-performance (~> 1.24.0)
7072
unicode-display_width (3.1.4)
7173
unicode-emoji (~> 4.0, >= 4.0.4)
7274
unicode-emoji (4.0.4)

0 commit comments

Comments
 (0)