Skip to content

Commit 1b9609c

Browse files
committed
Update versions
1 parent 17b89e0 commit 1b9609c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_posts/2018-05-06-install_jruby.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Get the latest version from [http://jruby.org/download][download]
1414

1515
```bash
1616
cd /opt
17-
sudo tar xzvf /pathToDownload/jruby-bin-9.2.14.0.tar.gz
17+
sudo tar xzvf /pathToDownload/jruby-bin-9.2.19.0.tar.gz
1818
```
1919

2020
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.
@@ -38,9 +38,9 @@ export PATH="${PATH}:${GEM_PATH}/bin"
3838

3939
### Automated install using bash ###
4040

41-
The [picrate2_install.sh][bash] script currently installs jruby-9.2.14.0 and picrate-2.2.0.
41+
The [picrate2_install.sh][bash] script currently installs jruby-9.2.19.0 and picrate-2.4.2.
4242

4343
If you know better please post on wiki
4444

45-
[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.14.0/jruby-dist-9.2.14.0-bin.tar.gz"
45+
[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.19.0/jruby-dist-9.2.19.0-bin.tar.gz"
4646
[bash]:https://gist.github.com/monkstone/6ae9840d7b7008c177b4a9f589d14ec6

0 commit comments

Comments
 (0)