Commit bd0b508
committed
chore: Ruby を 3.4.4 から 4.0.5 に更新
GitHub Actions の ruby/setup-ruby は .ruby-version を参照するため、
ワークフロー側の変更は不要。
bundle install による Gemfile.lock の再解決で以下が発生:
- html-proofer 5.0.10 → 5.2.1
(5.0.10 は Ruby 4 で解決できないため。benchmark が bundled gem
化されたことに対応した 5.2.1 に繰り上げ)
- ffi / nokogiri の汎用 ruby プラットフォーム版を追加
(Ruby 4.0 向けプリコンパイル版が未提供でソースビルドに
フォールバックするため。CI 用の linux エントリは据え置き)
検証: jekyll build 成功、rake test も minitest 6 runs / 0 failures、
html-proofer も finished successfully。1 parent 32012de commit bd0b508
2 files changed
Lines changed: 9 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 | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
0 commit comments