Commit 3bc4b87
committed
Add ruby-version to publish workflow
The ruby/setup-ruby action needs a version of Ruby specified to work.
Previously it was reading the `.ruby-version` file, however we removed
that in commit 2aa58cc. We could restore that file, but because
`ruby-install` doesn't support loose version specifiers, we'd have to
keep it maintained. Instead we just tell the action to install the
latest version of Ruby 3.1 parent ac1d5b6 commit 3bc4b87
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments