Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 72ab253

Browse files
Bump standard from 1.34.0 to 1.50.0 in /apps/y2bot
Bumps [standard](https://github.com/standardrb/standard) from 1.34.0 to 1.50.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.34.0...v1.50.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.50.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d749e87 commit 72ab253

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

apps/y2bot/Gemfile.lock

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
tzinfo (~> 2.0)
1515
addressable (2.8.6)
1616
public_suffix (>= 2.0.2, < 6.0)
17-
ast (2.4.2)
17+
ast (2.4.3)
1818
base64 (0.2.0)
1919
bigdecimal (3.1.6)
2020
concurrent-ruby (1.2.3)
@@ -39,8 +39,8 @@ GEM
3939
hashdiff (1.1.0)
4040
i18n (1.14.1)
4141
concurrent-ruby (~> 1.0)
42-
json (2.7.1)
43-
language_server-protocol (3.17.0.3)
42+
json (2.12.0)
43+
language_server-protocol (3.17.0.5)
4444
lint_roller (1.1.0)
4545
listen (3.8.0)
4646
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -54,20 +54,21 @@ GEM
5454
racc (~> 1.4)
5555
nokogiri (1.16.2-x86_64-linux)
5656
racc (~> 1.4)
57-
parallel (1.24.0)
58-
parser (3.3.0.5)
57+
parallel (1.27.0)
58+
parser (3.3.8.0)
5959
ast (~> 2.4.1)
6060
racc
61+
prism (1.4.0)
6162
public_suffix (5.0.4)
62-
racc (1.7.3)
63+
racc (1.8.1)
6364
rainbow (3.1.1)
6465
rb-fsevent (0.11.2)
6566
rb-inotify (0.10.1)
6667
ffi (~> 1.0)
6768
rbs (3.4.4)
6869
abbrev
69-
regexp_parser (2.9.0)
70-
rexml (3.2.6)
70+
regexp_parser (2.10.0)
71+
rexml (3.4.1)
7172
rspec (3.13.0)
7273
rspec-core (~> 3.13.0)
7374
rspec-expectations (~> 3.13.0)
@@ -81,37 +82,39 @@ GEM
8182
diff-lcs (>= 1.2.0, < 2.0)
8283
rspec-support (~> 3.13.0)
8384
rspec-support (3.13.0)
84-
rubocop (1.60.2)
85+
rubocop (1.75.6)
8586
json (~> 2.3)
86-
language_server-protocol (>= 3.17.0)
87+
language_server-protocol (~> 3.17.0.2)
88+
lint_roller (~> 1.1.0)
8789
parallel (~> 1.10)
8890
parser (>= 3.3.0.2)
8991
rainbow (>= 2.2.2, < 4.0)
90-
regexp_parser (>= 1.8, < 3.0)
91-
rexml (>= 3.2.5, < 4.0)
92-
rubocop-ast (>= 1.30.0, < 2.0)
92+
regexp_parser (>= 2.9.3, < 3.0)
93+
rubocop-ast (>= 1.44.0, < 2.0)
9394
ruby-progressbar (~> 1.7)
94-
unicode-display_width (>= 2.4.0, < 3.0)
95-
rubocop-ast (1.30.0)
96-
parser (>= 3.2.1.0)
97-
rubocop-performance (1.20.2)
98-
rubocop (>= 1.48.1, < 2.0)
99-
rubocop-ast (>= 1.30.0, < 2.0)
95+
unicode-display_width (>= 2.4.0, < 4.0)
96+
rubocop-ast (1.44.1)
97+
parser (>= 3.3.7.2)
98+
prism (~> 1.4)
99+
rubocop-performance (1.25.0)
100+
lint_roller (~> 1.1)
101+
rubocop (>= 1.75.0, < 2.0)
102+
rubocop-ast (>= 1.38.0, < 2.0)
100103
ruby-progressbar (1.13.0)
101104
ruby2_keywords (0.0.5)
102105
securerandom (0.3.1)
103-
standard (1.34.0)
106+
standard (1.50.0)
104107
language_server-protocol (~> 3.17.0.2)
105108
lint_roller (~> 1.0)
106-
rubocop (~> 1.60)
109+
rubocop (~> 1.75.5)
107110
standard-custom (~> 1.0.0)
108-
standard-performance (~> 1.3)
111+
standard-performance (~> 1.8)
109112
standard-custom (1.0.2)
110113
lint_roller (~> 1.0)
111114
rubocop (~> 1.50)
112-
standard-performance (1.3.1)
115+
standard-performance (1.8.0)
113116
lint_roller (~> 1.1)
114-
rubocop-performance (~> 1.20.2)
117+
rubocop-performance (~> 1.25.0)
115118
steep (1.6.0)
116119
activesupport (>= 5.1)
117120
concurrent-ruby (>= 1.1.10)
@@ -132,7 +135,7 @@ GEM
132135
unicode-display_width (>= 1.1.1, < 3)
133136
tzinfo (2.0.6)
134137
concurrent-ruby (~> 1.0)
135-
unicode-display_width (2.5.0)
138+
unicode-display_width (2.6.0)
136139
uri (0.13.0)
137140
vcr (6.2.0)
138141
webmock (3.22.0)

0 commit comments

Comments
 (0)