Skip to content

Commit 4035857

Browse files
committed
Rebuild for 2025
1 parent 379bb05 commit 4035857

File tree

8 files changed

+242
-185
lines changed

8 files changed

+242
-185
lines changed

Gemfile

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '3.3.1'
3+
gem 'jekyll', '4.4.1'
44

55
group :jekyll_plugins do
6-
gem 'jekyll-sitemap', '0.11.0'
7-
gem 'jekyll-seo-tag', '2.0.0'
8-
gem 'jekyll-feed', '0.7.2'
6+
gem 'jekyll-sitemap', '1.4.0'
7+
gem 'jekyll-seo-tag', '2.8.0'
8+
gem 'jekyll-feed', '0.17.0'
99
end
10-
11-
group :testing do
12-
gem 'rspec'
13-
gem 'mdspell'
14-
gem 'html-proofer'
15-
gem 'mixlib-cli'
16-
end

Gemfile.lock

Lines changed: 150 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,167 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.1)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (~> 0.7)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
addressable (2.4.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
108
colorator (1.1.0)
11-
colored (1.2)
12-
concurrent-ruby (1.0.4)
13-
diff-lcs (1.3)
14-
ethon (0.10.1)
15-
ffi (>= 1.3.0)
16-
ffi (1.9.14)
17-
ffi-aspell (1.1.0)
18-
ffi
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.4)
11+
em-websocket (0.5.3)
12+
eventmachine (>= 0.12.9)
13+
http_parser.rb (~> 0)
14+
eventmachine (1.2.7)
15+
ffi (1.17.2)
16+
ffi (1.17.2-aarch64-linux-gnu)
17+
ffi (1.17.2-aarch64-linux-musl)
18+
ffi (1.17.2-arm-linux-gnu)
19+
ffi (1.17.2-arm-linux-musl)
20+
ffi (1.17.2-arm64-darwin)
21+
ffi (1.17.2-x86-linux-gnu)
22+
ffi (1.17.2-x86-linux-musl)
23+
ffi (1.17.2-x86_64-darwin)
24+
ffi (1.17.2-x86_64-linux-gnu)
25+
ffi (1.17.2-x86_64-linux-musl)
1926
forwardable-extended (2.6.0)
20-
html-proofer (3.6.0)
21-
activesupport (>= 4.2, < 6.0)
22-
addressable (~> 2.3)
23-
colored (~> 1.2)
24-
mercenary (~> 0.3.2)
25-
nokogiri (~> 1.5)
26-
parallel (~> 1.3)
27-
typhoeus (~> 0.7)
28-
yell (~> 2.0)
29-
i18n (0.8.1)
30-
jekyll (3.3.1)
27+
google-protobuf (4.30.2)
28+
bigdecimal
29+
rake (>= 13)
30+
google-protobuf (4.30.2-aarch64-linux)
31+
bigdecimal
32+
rake (>= 13)
33+
google-protobuf (4.30.2-arm64-darwin)
34+
bigdecimal
35+
rake (>= 13)
36+
google-protobuf (4.30.2-x86-linux)
37+
bigdecimal
38+
rake (>= 13)
39+
google-protobuf (4.30.2-x86_64-darwin)
40+
bigdecimal
41+
rake (>= 13)
42+
google-protobuf (4.30.2-x86_64-linux)
43+
bigdecimal
44+
rake (>= 13)
45+
http_parser.rb (0.8.0)
46+
i18n (1.14.7)
47+
concurrent-ruby (~> 1.0)
48+
jekyll (4.4.1)
3149
addressable (~> 2.4)
50+
base64 (~> 0.2)
3251
colorator (~> 1.0)
33-
jekyll-sass-converter (~> 1.0)
34-
jekyll-watch (~> 1.1)
35-
kramdown (~> 1.3)
36-
liquid (~> 3.0)
37-
mercenary (~> 0.3.3)
52+
csv (~> 3.0)
53+
em-websocket (~> 0.5)
54+
i18n (~> 1.0)
55+
jekyll-sass-converter (>= 2.0, < 4.0)
56+
jekyll-watch (~> 2.0)
57+
json (~> 2.6)
58+
kramdown (~> 2.3, >= 2.3.1)
59+
kramdown-parser-gfm (~> 1.0)
60+
liquid (~> 4.0)
61+
mercenary (~> 0.3, >= 0.3.6)
3862
pathutil (~> 0.9)
39-
rouge (~> 1.7)
63+
rouge (>= 3.0, < 5.0)
4064
safe_yaml (~> 1.0)
41-
jekyll-feed (0.7.2)
42-
jekyll-sass-converter (1.5.0)
43-
sass (~> 3.4)
44-
jekyll-seo-tag (2.0.0)
45-
jekyll (~> 3.1)
46-
jekyll-sitemap (0.11.0)
47-
addressable (~> 2.4.0)
48-
jekyll-watch (1.5.0)
49-
listen (~> 3.0, < 3.1)
50-
kramdown (1.13.1)
51-
liquid (3.0.6)
52-
listen (3.0.8)
53-
rb-fsevent (~> 0.9, >= 0.9.4)
54-
rb-inotify (~> 0.9, >= 0.9.7)
55-
mdspell (0.2.0)
56-
ffi-aspell (~> 1.1)
57-
kramdown (~> 1.8)
58-
mixlib-cli (~> 1.5)
59-
mixlib-config (~> 2.2)
60-
rainbow (~> 2.0)
61-
mercenary (0.3.6)
62-
mini_portile2 (2.1.0)
63-
minitest (5.10.1)
64-
mixlib-cli (1.7.0)
65-
mixlib-config (2.2.4)
66-
nokogiri (1.6.8.1)
67-
mini_portile2 (~> 2.1.0)
68-
parallel (1.11.1)
69-
pathutil (0.14.0)
65+
terminal-table (>= 1.8, < 4.0)
66+
webrick (~> 1.7)
67+
jekyll-feed (0.17.0)
68+
jekyll (>= 3.7, < 5.0)
69+
jekyll-sass-converter (3.1.0)
70+
sass-embedded (~> 1.75)
71+
jekyll-seo-tag (2.8.0)
72+
jekyll (>= 3.8, < 5.0)
73+
jekyll-sitemap (1.4.0)
74+
jekyll (>= 3.7, < 5.0)
75+
jekyll-watch (2.2.1)
76+
listen (~> 3.0)
77+
json (2.11.3)
78+
kramdown (2.5.1)
79+
rexml (>= 3.3.9)
80+
kramdown-parser-gfm (1.1.0)
81+
kramdown (~> 2.0)
82+
liquid (4.0.4)
83+
listen (3.9.0)
84+
rb-fsevent (~> 0.10, >= 0.10.3)
85+
rb-inotify (~> 0.9, >= 0.9.10)
86+
mercenary (0.4.0)
87+
pathutil (0.16.2)
7088
forwardable-extended (~> 2.6)
71-
rainbow (2.2.1)
72-
rb-fsevent (0.9.8)
73-
rb-inotify (0.9.7)
74-
ffi (>= 0.5.0)
75-
rouge (1.11.1)
76-
rspec (3.5.0)
77-
rspec-core (~> 3.5.0)
78-
rspec-expectations (~> 3.5.0)
79-
rspec-mocks (~> 3.5.0)
80-
rspec-core (3.5.4)
81-
rspec-support (~> 3.5.0)
82-
rspec-expectations (3.5.0)
83-
diff-lcs (>= 1.2.0, < 2.0)
84-
rspec-support (~> 3.5.0)
85-
rspec-mocks (3.5.0)
86-
diff-lcs (>= 1.2.0, < 2.0)
87-
rspec-support (~> 3.5.0)
88-
rspec-support (3.5.0)
89-
safe_yaml (1.0.4)
90-
sass (3.4.22)
91-
thread_safe (0.3.6)
92-
typhoeus (0.8.0)
93-
ethon (>= 0.8.0)
94-
tzinfo (1.2.2)
95-
thread_safe (~> 0.1)
96-
yell (2.0.7)
89+
public_suffix (6.0.1)
90+
rake (13.2.1)
91+
rb-fsevent (0.11.2)
92+
rb-inotify (0.11.1)
93+
ffi (~> 1.0)
94+
rexml (3.4.1)
95+
rouge (4.5.2)
96+
safe_yaml (1.0.5)
97+
sass-embedded (1.87.0)
98+
google-protobuf (~> 4.30)
99+
rake (>= 13)
100+
sass-embedded (1.87.0-aarch64-linux-android)
101+
google-protobuf (~> 4.30)
102+
sass-embedded (1.87.0-aarch64-linux-gnu)
103+
google-protobuf (~> 4.30)
104+
sass-embedded (1.87.0-aarch64-linux-musl)
105+
google-protobuf (~> 4.30)
106+
sass-embedded (1.87.0-aarch64-mingw-ucrt)
107+
google-protobuf (~> 4.30)
108+
sass-embedded (1.87.0-arm-linux-androideabi)
109+
google-protobuf (~> 4.30)
110+
sass-embedded (1.87.0-arm-linux-gnueabihf)
111+
google-protobuf (~> 4.30)
112+
sass-embedded (1.87.0-arm-linux-musleabihf)
113+
google-protobuf (~> 4.30)
114+
sass-embedded (1.87.0-arm64-darwin)
115+
google-protobuf (~> 4.30)
116+
sass-embedded (1.87.0-riscv64-linux-android)
117+
google-protobuf (~> 4.30)
118+
sass-embedded (1.87.0-riscv64-linux-gnu)
119+
google-protobuf (~> 4.30)
120+
sass-embedded (1.87.0-riscv64-linux-musl)
121+
google-protobuf (~> 4.30)
122+
sass-embedded (1.87.0-x86_64-darwin)
123+
google-protobuf (~> 4.30)
124+
sass-embedded (1.87.0-x86_64-linux-android)
125+
google-protobuf (~> 4.30)
126+
sass-embedded (1.87.0-x86_64-linux-gnu)
127+
google-protobuf (~> 4.30)
128+
sass-embedded (1.87.0-x86_64-linux-musl)
129+
google-protobuf (~> 4.30)
130+
terminal-table (3.0.2)
131+
unicode-display_width (>= 1.1.1, < 3)
132+
unicode-display_width (2.6.0)
133+
webrick (1.9.1)
97134

98135
PLATFORMS
136+
aarch64-linux
137+
aarch64-linux-android
138+
aarch64-linux-gnu
139+
aarch64-linux-musl
140+
aarch64-mingw-ucrt
141+
arm-linux-androideabi
142+
arm-linux-gnu
143+
arm-linux-gnueabihf
144+
arm-linux-musl
145+
arm-linux-musleabihf
146+
arm64-darwin
147+
riscv64-linux-android
148+
riscv64-linux-gnu
149+
riscv64-linux-musl
99150
ruby
151+
x86-linux
152+
x86-linux-gnu
153+
x86-linux-musl
154+
x86_64-darwin
155+
x86_64-linux
156+
x86_64-linux-android
157+
x86_64-linux-gnu
158+
x86_64-linux-musl
100159

101160
DEPENDENCIES
102-
html-proofer
103-
jekyll (= 3.3.1)
104-
jekyll-feed (= 0.7.2)
105-
jekyll-seo-tag (= 2.0.0)
106-
jekyll-sitemap (= 0.11.0)
107-
mdspell
108-
mixlib-cli
109-
rspec
161+
jekyll (= 4.4.1)
162+
jekyll-feed (= 0.17.0)
163+
jekyll-seo-tag (= 2.8.0)
164+
jekyll-sitemap (= 1.4.0)
110165

111166
BUNDLED WITH
112-
1.14.6
167+
2.6.3

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ logo: /siteicon.png
1616
description: Things we learned.
1717
author:
1818
name: ACM@UIUC
19-
email: til@acm.illinois.edu
19+
email: officers@acm.illinois.edu
2020
twitter: ACM-UIUC
2121
social:
2222
name: ACM@UIUC

0 commit comments

Comments
 (0)