Skip to content

Commit e07eb72

Browse files
Update Ruby to 3.4.9, Jekyll to 4.4.1, just-the-docs to 0.12.0; fix hour-of-code HTML issues (#125)
* Initial plan * chore: Update Jekyll, just-the-docs, and Ruby version Agent-Logs-Url: https://github.com/Catrobat/catrobat.github.com/sessions/332422e4-a7cb-47db-bb44-7d2c9d088c8e Co-authored-by: ratschillerp <37396790+ratschillerp@users.noreply.github.com> * fix: Update Ruby version, gem dependencies, and fix hour-of-code webpage issues Agent-Logs-Url: https://github.com/Catrobat/catrobat.github.com/sessions/332422e4-a7cb-47db-bb44-7d2c9d088c8e Co-authored-by: ratschillerp <37396790+ratschillerp@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ratschillerp <37396790+ratschillerp@users.noreply.github.com>
1 parent 90405cb commit e07eb72

3 files changed

Lines changed: 41 additions & 33 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4.9

Gemfile.lock

Lines changed: 37 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.9)
4+
addressable (2.8.9)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.1.0)
78
colorator (1.1.0)
8-
concurrent-ruby (1.3.5)
9+
concurrent-ruby (1.3.6)
10+
csv (3.3.5)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
1214
eventmachine (1.2.7)
13-
ffi (1.17.1-x64-mingw-ucrt)
14-
ffi (1.17.1-x86_64-linux-gnu)
15+
ffi (1.17.4-x64-mingw-ucrt)
16+
ffi (1.17.4-x86_64-linux-gnu)
1517
forwardable-extended (2.6.0)
16-
google-protobuf (4.29.3-x64-mingw-ucrt)
18+
google-protobuf (4.34.1-x64-mingw-ucrt)
1719
bigdecimal
18-
rake (>= 13)
19-
google-protobuf (4.29.3-x86_64-linux)
20+
rake (~> 13.3)
21+
google-protobuf (4.34.1-x86_64-linux-gnu)
2022
bigdecimal
21-
rake (>= 13)
22-
http_parser.rb (0.8.0)
23-
i18n (1.14.6)
23+
rake (~> 13.3)
24+
http_parser.rb (0.8.1)
25+
i18n (1.14.8)
2426
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.4)
27+
jekyll (4.4.1)
2628
addressable (~> 2.4)
29+
base64 (~> 0.2)
2730
colorator (~> 1.0)
31+
csv (~> 3.0)
2832
em-websocket (~> 0.5)
2933
i18n (~> 1.0)
3034
jekyll-sass-converter (>= 2.0, < 4.0)
3135
jekyll-watch (~> 2.0)
36+
json (~> 2.6)
3237
kramdown (~> 2.3, >= 2.3.1)
3338
kramdown-parser-gfm (~> 1.0)
3439
liquid (~> 4.0)
35-
mercenary (>= 0.3.6, < 0.5)
40+
mercenary (~> 0.3, >= 0.3.6)
3641
pathutil (~> 0.9)
3742
rouge (>= 3.0, < 5.0)
3843
safe_yaml (~> 1.0)
@@ -42,44 +47,47 @@ GEM
4247
jekyll (>= 3.7, < 5.0)
4348
jekyll-redirect-from (0.16.0)
4449
jekyll (>= 3.3, < 5.0)
45-
jekyll-sass-converter (3.0.0)
46-
sass-embedded (~> 1.54)
50+
jekyll-sass-converter (3.1.0)
51+
sass-embedded (~> 1.75)
4752
jekyll-seo-tag (2.8.0)
4853
jekyll (>= 3.8, < 5.0)
4954
jekyll-watch (2.2.1)
5055
listen (~> 3.0)
51-
just-the-docs (0.10.1)
56+
json (2.19.3)
57+
just-the-docs (0.12.0)
5258
jekyll (>= 3.8.5)
5359
jekyll-include-cache
5460
jekyll-seo-tag (>= 2.0)
5561
rake (>= 12.3.1)
56-
kramdown (2.5.1)
57-
rexml (>= 3.3.9)
62+
kramdown (2.5.2)
63+
rexml (>= 3.4.4)
5864
kramdown-parser-gfm (1.1.0)
5965
kramdown (~> 2.0)
6066
liquid (4.0.4)
61-
listen (3.9.0)
67+
listen (3.10.0)
68+
logger
6269
rb-fsevent (~> 0.10, >= 0.10.3)
6370
rb-inotify (~> 0.9, >= 0.9.10)
71+
logger (1.7.0)
6472
mercenary (0.4.0)
6573
pathutil (0.16.2)
6674
forwardable-extended (~> 2.6)
67-
public_suffix (6.0.1)
68-
rake (13.2.1)
75+
public_suffix (7.0.5)
76+
rake (13.3.1)
6977
rb-fsevent (0.11.2)
7078
rb-inotify (0.11.1)
7179
ffi (~> 1.0)
72-
rexml (3.4.0)
73-
rouge (4.5.1)
80+
rexml (3.4.4)
81+
rouge (4.7.0)
7482
safe_yaml (1.0.5)
75-
sass-embedded (1.83.4-x64-mingw-ucrt)
76-
google-protobuf (~> 4.29)
77-
sass-embedded (1.83.4-x86_64-linux-gnu)
78-
google-protobuf (~> 4.29)
83+
sass-embedded (1.98.0-x64-mingw-ucrt)
84+
google-protobuf (~> 4.31)
85+
sass-embedded (1.98.0-x86_64-linux-gnu)
86+
google-protobuf (~> 4.31)
7987
terminal-table (3.0.2)
8088
unicode-display_width (>= 1.1.1, < 3)
8189
unicode-display_width (2.6.0)
82-
webrick (1.9.1)
90+
webrick (1.9.2)
8391

8492
PLATFORMS
8593
x64-mingw-ucrt

hour-of-code/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h3>Are there any prizes involved?</h3>
194194
satisfaction of having created something awesome by yourself, for your friends and
195195
family, as well as for the world at large, is the greatest reward you can give yourself.</p>
196196

197-
<h3>How can I get in touch with you?</a></h3>
197+
<h3>How can I get in touch with you?</h3>
198198
<p>If you have any further questions, or just want to write to us, please use the Social Media or Contact links at the <a href="#social_media">social media section</a> of this page!</p>
199199

200200

@@ -205,7 +205,7 @@ <h3>How can I support you?</h3>
205205

206206
<h3>Can I participate together with my friends? Or can I participate with my class?</h3>
207207
<p>Working together is one of the most important aspects of programming. We encourage you to work together and share ideas in whatever way you like. We are also
208-
looking forward to seeing school classes participating in the Heroes of the Univers Game Jam!</p>
208+
looking forward to seeing school classes participating in the Heroes of the Universe Game Jam!</p>
209209

210210
<h3>How can I promote this event in my community?</h3>
211211
<p>You are very welcome to share this website and reshare our social media postings!</p>
@@ -223,7 +223,7 @@ <h3>How can I promote this event in my community?</h3>
223223
<a href="/imprint/">Imprint &amp; Contact</a> |
224224
<a href="/privacy_policy/">Privacy</a> |
225225
<a href="/pages/legal/">Legal</a> |
226-
<a target="_blank" href="https://www.catrobat.org/">©&nbsp;2023 Catrobat</a>
226+
<a target="_blank" href="https://www.catrobat.org/">©&nbsp;2026 Catrobat</a>
227227
</div>
228228

229229
</body>

0 commit comments

Comments
 (0)