summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-25 11:05:01 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-25 11:23:19 -0700
commit38cdc95e1fb47321194c1bfbee0d33c51869c9dc (patch)
tree570ac0d530cf6daff2e643238f3ad73b5fcb50a7 /scripts
parent7322308da2f96acb01a494152c2ccc6ced90715b (diff)
downloadchef-38cdc95e1fb47321194c1bfbee0d33c51869c9dc.tar.gz
Run Test Kitchen tests on Ruby 2.7ruby27_testing
Let's see all the warnings Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-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 0325b9af44..d7a1c12320 100755
--- a/scripts/bk_tests/bk_linux_exec.sh
+++ b/scripts/bk_tests/bk_linux_exec.sh
@@ -27,10 +27,10 @@ sudo git clone https://github.com/asdf-vm/asdf.git /opt/asdf
. /opt/asdf/asdf.sh
. /opt/asdf/completions/asdf.bash
-echo "--- Installing Ruby 2.6.6"
+echo "--- Installing Ruby 2.7.1"
/opt/asdf/bin/asdf plugin-add ruby https://github.com/asdf-vm/asdf-ruby.git
-/opt/asdf/bin/asdf install ruby 2.6.6
-/opt/asdf/bin/asdf global ruby 2.6.6
+/opt/asdf/bin/asdf install ruby 2.7.1
+/opt/asdf/bin/asdf global ruby 2.7.1
# Update Gems
echo 'gem: --no-document' >> ~/.gemrc