diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-01 19:47:10 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-01 20:48:39 -0700 |
commit | 319a71071c5d1ae1d2dacca5fcd817d117c8382f (patch) | |
tree | 7c672b04d72fc0433bb77a65ff0ef4ba87b40986 /scripts | |
parent | 446e7ec6dfb2416db684ca91252266af3cc6f35b (diff) | |
download | chef-319a71071c5d1ae1d2dacca5fcd817d117c8382f.tar.gz |
Update Ruby to 2.7.1 / bundler to 2.1.4
This resolves 2 CVEs in Ruby
https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bk_tests/bk_linux_exec.sh | 6 |
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 e74f598d40..b4bbce59f9 100755 --- a/scripts/bk_tests/bk_linux_exec.sh +++ b/scripts/bk_tests/bk_linux_exec.sh @@ -35,9 +35,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.6.5" -/opt/asdf/bin/asdf install ruby 2.6.5 -/opt/asdf/bin/asdf global ruby 2.6.5 +echo "--- Installing Ruby 2.6.6" +/opt/asdf/bin/asdf install ruby 2.6.6 +/opt/asdf/bin/asdf global ruby 2.6.6 # Update Gems gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2) |