Commit 6038c31
committed
♻️ Generate same stringprep tables with ruby 3.4
Ruby 3.4 changed its `Hash#inspect` representation (for the better).
So, every time I run rake (after switching to a branch that updates
mtimes on related files), this file is converted to the ruby 3.4+
format.
This commit normalizes the output. It uses the older format simply to
keep the diff small. Next time we update the stringprep code, we can
switch to the ruby 3.4+ format.1 parent f76d433 commit 6038c31
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
| 392 | + | |
391 | 393 | | |
392 | | - | |
393 | | - | |
| 394 | + | |
| 395 | + | |
394 | 396 | | |
395 | 397 | | |
396 | 398 | | |
| |||
0 commit comments