Merge pull request #664 from jmlrt/new-ruby

[ci] bump ruby to 2.5.7
This commit is contained in:
Julien Mailleret 2020-01-21 14:58:59 +01:00 committed by GitHub
commit 4fc17bd26d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
#!/usr/local/bin/runbld
set -euo pipefail
export RBENV_VERSION='2.3.0'
export RBENV_VERSION='2.5.7'
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
rbenv local $RBENV_VERSION

View file

@ -23,7 +23,7 @@
#!/usr/local/bin/runbld
set -euo pipefail
export RBENV_VERSION='2.3.0'
export RBENV_VERSION='2.5.7'
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
rbenv local $RBENV_VERSION