File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,17 @@ cc `@hsbt` in the PR description.
52
52
` rbenv ` users which installed ` ruby-build ` using Homebrew need a new release of
53
53
` ruby-build ` to try the new TruffleRuby release.
54
54
55
+ ### Create a Release
56
+
57
+ Once pushed/merged to master, it's a good idea to create a ` ruby-build ` release,
58
+ so ` ruby-build ` Homebrew users can get the new TruffleRuby release too:
59
+
60
+ ``` bash
61
+ $ script/release
62
+ ```
63
+
64
+ See [ this comment] ( https://github.com/rbenv/ruby-build/pull/1318#issuecomment-548399571 ) for details.
65
+
55
66
## RVM
56
67
57
68
There is a script in the repo that does everything needed:
Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ installed as a plugin for [`rbenv`](https://github.com/rbenv/rbenv).
31
31
First, you need to upgrade ` ruby-build ` to get the latest TruffleRuby
32
32
definition. See [ ` ruby-build ` 's instructions for upgrading] ( https://github.com/rbenv/ruby-build#upgrading ) .
33
33
34
+ On macOS, if ` ruby-build ` is installed via Homebrew and you do not see the
35
+ [ latest TruffleRuby release] ( https://github.com/oracle/truffleruby/releases ) ,
36
+ you might need to install the HEAD version of ` ruby-build ` with:
37
+
38
+ ``` bash
39
+ $ brew reinstall --HEAD ruby-build
40
+ ```
41
+
34
42
Check the latest available version of TruffleRuby with:
35
43
36
44
``` bash
You can’t perform that action at this time.
0 commit comments