Skip to content

Commit e79d11f

Browse files
Bump standard from 1.41.1 to 1.42.1
Bumps [standard](https://github.com/standardrb/standard) from 1.41.1 to 1.42.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.41.1...v1.42.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7802237 commit e79d11f

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

Gemfile.lock

+21-17
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
mutex_m
2222
securerandom (>= 0.3)
2323
tzinfo (~> 2.0)
24-
ast (2.4.2)
24+
ast (2.4.3)
2525
base64 (0.2.0)
2626
benchmark (0.4.0)
2727
bigdecimal (3.1.8)
@@ -31,8 +31,8 @@ GEM
3131
drb (2.2.1)
3232
i18n (1.14.6)
3333
concurrent-ruby (~> 1.0)
34-
json (2.8.1)
35-
language_server-protocol (3.17.0.3)
34+
json (2.11.3)
35+
language_server-protocol (3.17.0.4)
3636
lint_roller (1.1.0)
3737
logger (1.6.1)
3838
m (1.6.2)
@@ -41,31 +41,33 @@ GEM
4141
method_source (1.1.0)
4242
minitest (5.25.1)
4343
mutex_m (0.2.0)
44-
parallel (1.26.3)
45-
parser (3.3.6.0)
44+
parallel (1.27.0)
45+
parser (3.3.8.0)
4646
ast (~> 2.4.1)
4747
racc
48+
prism (1.4.0)
4849
racc (1.8.1)
4950
rack (3.1.7)
5051
rainbow (3.1.1)
5152
rake (13.2.1)
5253
regexp_parser (2.10.0)
53-
rubocop (1.73.2)
54+
rubocop (1.75.4)
5455
json (~> 2.3)
5556
language_server-protocol (~> 3.17.0.2)
5657
lint_roller (~> 1.1.0)
5758
parallel (~> 1.10)
5859
parser (>= 3.3.0.2)
5960
rainbow (>= 2.2.2, < 4.0)
6061
regexp_parser (>= 2.9.3, < 3.0)
61-
rubocop-ast (>= 1.38.0, < 2.0)
62+
rubocop-ast (>= 1.44.0, < 2.0)
6263
ruby-progressbar (~> 1.7)
6364
unicode-display_width (>= 2.4.0, < 4.0)
64-
rubocop-ast (1.38.1)
65-
parser (>= 3.3.1.0)
66-
rubocop-performance (1.24.0)
65+
rubocop-ast (1.44.1)
66+
parser (>= 3.3.7.2)
67+
prism (~> 1.4)
68+
rubocop-performance (1.25.0)
6769
lint_roller (~> 1.1)
68-
rubocop (>= 1.72.1, < 2.0)
70+
rubocop (>= 1.75.0, < 2.0)
6971
rubocop-ast (>= 1.38.0, < 2.0)
7072
rubocop-rails (2.30.3)
7173
activesupport (>= 4.2.0)
@@ -81,21 +83,23 @@ GEM
8183
simplecov_json_formatter (~> 0.1)
8284
simplecov-html (0.13.1)
8385
simplecov_json_formatter (0.1.4)
84-
standard (1.47.0)
86+
standard (1.49.0)
8587
language_server-protocol (~> 3.17.0.2)
8688
lint_roller (~> 1.0)
87-
rubocop (~> 1.73.0)
89+
rubocop (~> 1.75.2)
8890
standard-custom (~> 1.0.0)
89-
standard-performance (~> 1.7)
91+
standard-performance (~> 1.8)
9092
standard-custom (1.0.2)
9193
lint_roller (~> 1.0)
9294
rubocop (~> 1.50)
93-
standard-performance (1.7.0)
95+
standard-performance (1.8.0)
9496
lint_roller (~> 1.1)
95-
rubocop-performance (~> 1.24.0)
97+
rubocop-performance (~> 1.25.0)
9698
tzinfo (2.0.6)
9799
concurrent-ruby (~> 1.0)
98-
unicode-display_width (2.6.0)
100+
unicode-display_width (3.1.4)
101+
unicode-emoji (~> 4.0, >= 4.0.4)
102+
unicode-emoji (4.0.4)
99103

100104
PLATFORMS
101105
arm64-darwin-20

0 commit comments

Comments
 (0)