summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-10-03 12:31:58 -0700
committerTim Smith <tsmith84@gmail.com>2019-10-03 12:31:58 -0700
commitb95e86d7ffd7780f6d76f936005c476a86ecdd3c (patch)
tree7c8b7702b437f8f5402237dbd7cee8bc2d4529b8
parent83e33c0acae3bb2f230d5f984ddd28796eb6df06 (diff)
downloadchef-b95e86d7ffd7780f6d76f936005c476a86ecdd3c.tar.gz
Test on Ruby 2.5.7 in BK
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xscripts/bk_tests/bk_linux_exec.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bk_tests/bk_linux_exec.sh b/scripts/bk_tests/bk_linux_exec.sh
index 805397a361..cc8842bcf3 100755
--- a/scripts/bk_tests/bk_linux_exec.sh
+++ b/scripts/bk_tests/bk_linux_exec.sh
@@ -32,9 +32,9 @@ sudo git clone https://github.com/asdf-vm/asdf.git /opt/asdf
echo "--- Installing Ruby ASDF plugin"
/opt/asdf/bin/asdf plugin-add ruby https://github.com/asdf-vm/asdf-ruby.git
-echo "--- Installing Ruby 2.5.6"
-/opt/asdf/bin/asdf install ruby 2.5.6
-/opt/asdf/bin/asdf global ruby 2.5.6
+echo "--- Installing Ruby 2.5.7"
+/opt/asdf/bin/asdf install ruby 2.5.7
+/opt/asdf/bin/asdf global ruby 2.5.7
# Update Gems
gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)