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: docs/_posts/2018-05-06-install_jruby.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Get the latest version from [http://jruby.org/download][download]
14
14
15
15
```bash
16
16
cd /opt
17
-
sudo tar xzvf /pathToDownload/jruby-bin-9.2.8.0.tar.gz
17
+
sudo tar xzvf /pathToDownload/jruby-bin-9.2.9.0.tar.gz
18
18
```
19
19
20
20
Then use the excellent `update-alternatives` tool to provide symbolic links to `jruby`, `jgem`, `jirb` and `rake` especially if you haven't installed `mri` ruby.
0 commit comments