You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user/ruby-managers.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,15 @@ asdf install ruby truffleruby+graalvm-VERSION OR truffleruby+graalvm-dev
89
89
90
90
### `ruby-install` and `chruby`
91
91
92
-
First, you need at least`ruby-install`0.7.1 to get TruffleRuby support.
92
+
First, ensure you have the latest`ruby-install`release.
93
93
Check your version with:
94
94
95
95
```bash
96
96
ruby-install --version
97
97
```
98
98
99
-
If it is older than `0.7.1`, you need to update to the latest `ruby-install`.
99
+
And compare to the [latest tag](https://github.com/postmodern/ruby-install/tags).
100
+
If it is older, you should update to the latest `ruby-install` (e.g. 0.8.4 is necessary for aarch64 support).
100
101
Follow the [installation instructions](https://github.com/postmodern/ruby-install#install), since the steps for upgrading `ruby-install` are the same as the steps for installing it.
101
102
102
103
Then install the latest TruffleRuby standalone release with:
0 commit comments