Commit e034c03
Upgrade to Ruby 3.0
Ruby 3 should be faster than Ruby 2, which should mean a little less
time waiting for jekyll to build the site.
[Ruby 3.0.0 Released](https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/)
Aside from the speed increase, it isn't a bad idea to keep up-to-date
with the latest version of Ruby.
Jekyll is compatible with Ruby 3 with the caveat that you need to add
WEBrick as a dependency when upgrading: jekyll/jekyll#8523
I've run `jekyll serve` locally and the site builds without errors and
looks good in a browser. Especially considering this is a static site,
that's good enough for me!1 parent d3c4a45 commit e034c03
3 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
0 commit comments