Skip to content

Commit 4a61359

Browse files
authored
chore: bump ruby deps (#765)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 984545e commit 4a61359

3 files changed

Lines changed: 76 additions & 72 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-24.04
1111

1212
tools:
13-
ruby: "3.3"
13+
ruby: "3.4"
1414

1515
commands:
1616
- bundle install

Gemfile.lock

Lines changed: 73 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,82 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (2.0.1)
5-
addressable (2.8.7)
6-
public_suffix (>= 2.0.2, < 7.0)
5+
addressable (2.8.9)
6+
public_suffix (>= 2.0.2, < 8.0)
77
afm (1.0.0)
88
ast (2.4.3)
9-
async (2.33.0)
9+
async (2.38.1)
1010
console (~> 1.29)
1111
fiber-annotation
1212
io-event (~> 1.11)
1313
metrics (~> 0.12)
1414
traces (~> 0.18)
1515
base64 (0.3.0)
16-
bigdecimal (3.2.3)
16+
benchmark (0.5.0)
17+
bigdecimal (3.3.1)
1718
colorator (1.1.0)
18-
concurrent-ruby (1.3.5)
19-
console (1.34.0)
19+
concurrent-ruby (1.3.6)
20+
console (1.34.3)
2021
fiber-annotation
2122
fiber-local (~> 1.1)
2223
json
2324
csv (3.3.5)
2425
em-websocket (0.5.3)
2526
eventmachine (>= 0.12.9)
2627
http_parser.rb (~> 0)
27-
ethon (0.17.0)
28+
ethon (0.18.0)
2829
ffi (>= 1.15.0)
30+
logger
2931
eventmachine (1.2.7)
30-
ffi (1.17.2-aarch64-linux-gnu)
31-
ffi (1.17.2-aarch64-linux-musl)
32-
ffi (1.17.2-arm-linux-gnu)
33-
ffi (1.17.2-arm-linux-musl)
34-
ffi (1.17.2-arm64-darwin)
35-
ffi (1.17.2-x86_64-darwin)
36-
ffi (1.17.2-x86_64-linux-gnu)
37-
ffi (1.17.2-x86_64-linux-musl)
32+
ffi (1.17.4-aarch64-linux-gnu)
33+
ffi (1.17.4-aarch64-linux-musl)
34+
ffi (1.17.4-arm-linux-gnu)
35+
ffi (1.17.4-arm-linux-musl)
36+
ffi (1.17.4-arm64-darwin)
37+
ffi (1.17.4-x86_64-darwin)
38+
ffi (1.17.4-x86_64-linux-gnu)
39+
ffi (1.17.4-x86_64-linux-musl)
3840
fiber-annotation (0.2.0)
3941
fiber-local (1.1.0)
4042
fiber-storage
4143
fiber-storage (1.0.1)
4244
forwardable-extended (2.6.0)
43-
google-protobuf (4.32.1)
45+
google-protobuf (4.34.1)
4446
bigdecimal
45-
rake (>= 13)
46-
google-protobuf (4.32.1-aarch64-linux-gnu)
47+
rake (~> 13.3)
48+
google-protobuf (4.34.1-aarch64-linux-gnu)
4749
bigdecimal
48-
rake (>= 13)
49-
google-protobuf (4.32.1-aarch64-linux-musl)
50+
rake (~> 13.3)
51+
google-protobuf (4.34.1-aarch64-linux-musl)
5052
bigdecimal
51-
rake (>= 13)
52-
google-protobuf (4.32.1-arm64-darwin)
53+
rake (~> 13.3)
54+
google-protobuf (4.34.1-arm64-darwin)
5355
bigdecimal
54-
rake (>= 13)
55-
google-protobuf (4.32.1-x86_64-darwin)
56+
rake (~> 13.3)
57+
google-protobuf (4.34.1-x86_64-darwin)
5658
bigdecimal
57-
rake (>= 13)
58-
google-protobuf (4.32.1-x86_64-linux-gnu)
59+
rake (~> 13.3)
60+
google-protobuf (4.34.1-x86_64-linux-gnu)
5961
bigdecimal
60-
rake (>= 13)
61-
google-protobuf (4.32.1-x86_64-linux-musl)
62+
rake (~> 13.3)
63+
google-protobuf (4.34.1-x86_64-linux-musl)
6264
bigdecimal
63-
rake (>= 13)
65+
rake (~> 13.3)
6466
hashery (2.1.2)
65-
html-proofer (5.0.10)
67+
html-proofer (5.2.1)
6668
addressable (~> 2.3)
6769
async (~> 2.1)
70+
benchmark (~> 0.5)
6871
nokogiri (~> 1.13)
6972
pdf-reader (~> 2.11)
7073
rainbow (~> 3.0)
7174
typhoeus (~> 1.3)
7275
yell (~> 2.0)
7376
zeitwerk (~> 2.5)
74-
http_parser.rb (0.8.0)
75-
i18n (1.14.7)
77+
http_parser.rb (0.8.1)
78+
i18n (1.14.8)
7679
concurrent-ruby (~> 1.0)
77-
io-event (1.14.0)
80+
io-event (1.14.5)
7881
jekyll (4.4.1)
7982
addressable (~> 2.4)
8083
base64 (~> 0.2)
@@ -104,109 +107,110 @@ GEM
104107
jekyll (>= 3.8, < 5.0)
105108
jekyll-watch (2.2.1)
106109
listen (~> 3.0)
107-
json (2.15.0)
108-
just-the-docs (0.10.1)
110+
json (2.19.3)
111+
just-the-docs (0.12.0)
109112
jekyll (>= 3.8.5)
110113
jekyll-include-cache
111114
jekyll-seo-tag (>= 2.0)
112115
rake (>= 12.3.1)
113-
kramdown (2.5.1)
114-
rexml (>= 3.3.9)
116+
kramdown (2.5.2)
117+
rexml (>= 3.4.4)
115118
kramdown-parser-gfm (1.1.0)
116119
kramdown (~> 2.0)
117120
language_server-protocol (3.17.0.5)
118121
lint_roller (1.1.0)
119122
liquid (4.0.4)
120-
listen (3.9.0)
123+
listen (3.10.0)
124+
logger
121125
rb-fsevent (~> 0.10, >= 0.10.3)
122126
rb-inotify (~> 0.9, >= 0.9.10)
123127
logger (1.7.0)
124128
mercenary (0.4.0)
125129
metrics (0.15.0)
126-
nokogiri (1.18.10-aarch64-linux-gnu)
130+
nokogiri (1.19.2-aarch64-linux-gnu)
127131
racc (~> 1.4)
128-
nokogiri (1.18.10-aarch64-linux-musl)
132+
nokogiri (1.19.2-aarch64-linux-musl)
129133
racc (~> 1.4)
130-
nokogiri (1.18.10-arm-linux-gnu)
134+
nokogiri (1.19.2-arm-linux-gnu)
131135
racc (~> 1.4)
132-
nokogiri (1.18.10-arm-linux-musl)
136+
nokogiri (1.19.2-arm-linux-musl)
133137
racc (~> 1.4)
134-
nokogiri (1.18.10-arm64-darwin)
138+
nokogiri (1.19.2-arm64-darwin)
135139
racc (~> 1.4)
136-
nokogiri (1.18.10-x86_64-darwin)
140+
nokogiri (1.19.2-x86_64-darwin)
137141
racc (~> 1.4)
138-
nokogiri (1.18.10-x86_64-linux-gnu)
142+
nokogiri (1.19.2-x86_64-linux-gnu)
139143
racc (~> 1.4)
140-
nokogiri (1.18.10-x86_64-linux-musl)
144+
nokogiri (1.19.2-x86_64-linux-musl)
141145
racc (~> 1.4)
142-
parallel (1.27.0)
143-
parser (3.3.9.0)
146+
parallel (1.28.0)
147+
parser (3.3.11.1)
144148
ast (~> 2.4.1)
145149
racc
146150
pathutil (0.16.2)
147151
forwardable-extended (~> 2.6)
148-
pdf-reader (2.15.0)
152+
pdf-reader (2.15.1)
149153
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
150154
afm (>= 0.2.1, < 2)
151155
hashery (~> 2.0)
152156
ruby-rc4
153157
ttfunk
154-
prism (1.5.1)
155-
public_suffix (6.0.2)
158+
prism (1.9.0)
159+
public_suffix (7.0.5)
156160
racc (1.8.1)
157161
rainbow (3.1.1)
158-
rake (13.3.0)
162+
rake (13.3.1)
159163
rb-fsevent (0.11.2)
160164
rb-inotify (0.11.1)
161165
ffi (~> 1.0)
162166
regexp_parser (2.11.3)
163167
rexml (3.4.4)
164-
rouge (4.6.1)
165-
rubocop (1.81.1)
168+
rouge (4.7.0)
169+
rubocop (1.86.0)
166170
json (~> 2.3)
167171
language_server-protocol (~> 3.17.0.2)
168172
lint_roller (~> 1.1.0)
169173
parallel (~> 1.10)
170174
parser (>= 3.3.0.2)
171175
rainbow (>= 2.2.2, < 4.0)
172176
regexp_parser (>= 2.9.3, < 3.0)
173-
rubocop-ast (>= 1.47.1, < 2.0)
177+
rubocop-ast (>= 1.49.0, < 2.0)
174178
ruby-progressbar (~> 1.7)
175179
unicode-display_width (>= 2.4.0, < 4.0)
176-
rubocop-ast (1.47.1)
180+
rubocop-ast (1.49.1)
177181
parser (>= 3.3.7.2)
178-
prism (~> 1.4)
182+
prism (~> 1.7)
179183
ruby-progressbar (1.13.0)
180184
ruby-rc4 (0.1.5)
181185
safe_yaml (1.0.5)
182-
sass-embedded (1.93.2-aarch64-linux-gnu)
186+
sass-embedded (1.98.0-aarch64-linux-gnu)
183187
google-protobuf (~> 4.31)
184-
sass-embedded (1.93.2-aarch64-linux-musl)
188+
sass-embedded (1.98.0-aarch64-linux-musl)
185189
google-protobuf (~> 4.31)
186-
sass-embedded (1.93.2-arm-linux-gnueabihf)
190+
sass-embedded (1.98.0-arm-linux-gnueabihf)
187191
google-protobuf (~> 4.31)
188-
sass-embedded (1.93.2-arm-linux-musleabihf)
192+
sass-embedded (1.98.0-arm-linux-musleabihf)
189193
google-protobuf (~> 4.31)
190-
sass-embedded (1.93.2-arm64-darwin)
194+
sass-embedded (1.98.0-arm64-darwin)
191195
google-protobuf (~> 4.31)
192-
sass-embedded (1.93.2-x86_64-darwin)
196+
sass-embedded (1.98.0-x86_64-darwin)
193197
google-protobuf (~> 4.31)
194-
sass-embedded (1.93.2-x86_64-linux-gnu)
198+
sass-embedded (1.98.0-x86_64-linux-gnu)
195199
google-protobuf (~> 4.31)
196-
sass-embedded (1.93.2-x86_64-linux-musl)
200+
sass-embedded (1.98.0-x86_64-linux-musl)
197201
google-protobuf (~> 4.31)
198202
terminal-table (3.0.2)
199203
unicode-display_width (>= 1.1.1, < 3)
200204
traces (0.18.2)
201205
ttfunk (1.8.0)
202206
bigdecimal (~> 3.1)
203-
typhoeus (1.4.1)
204-
ethon (>= 0.9.0)
207+
typhoeus (1.6.0)
208+
ethon (>= 0.18.0)
205209
unicode-display_width (2.6.0)
206210
wdm (0.2.0)
207-
webrick (1.9.1)
211+
webrick (1.9.2)
208212
yell (2.2.2)
209-
zeitwerk (2.7.3)
213+
zeitwerk (2.7.5)
210214

211215
PLATFORMS
212216
aarch64-linux

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Source = "https://github.com/scientific-python/cookie"
5656

5757
[project.scripts]
5858
sp-repo-review = "repo_review.__main__:main"
59-
"sp-ruff-checks" = "sp_repo_review.ruff_checks.__main__:main"
59+
sp-ruff-checks = "sp_repo_review.ruff_checks.__main__:main"
6060

6161
[project.entry-points."repo_review.checks"]
6262
general = "sp_repo_review.checks.general:repo_review_checks"

0 commit comments

Comments
 (0)