From a820b1f269105afdbd678c624ba4c22f1cb3289f Mon Sep 17 00:00:00 2001 From: Yuanshun Dong <123429070+ysdongAmazon@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:30:37 -0800 Subject: [PATCH] Update working budy verison to 3.0.0 Original ruby version 2.5.1 cannot pass security check, so would being blocked here. Update to 3.0.0 or higher. --- templates/appmesh-baseline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/appmesh-baseline.yml b/templates/appmesh-baseline.yml index 161306a..ba88b8c 100644 --- a/templates/appmesh-baseline.yml +++ b/templates/appmesh-baseline.yml @@ -886,7 +886,7 @@ Resources: cd /tmp/ruby-build ./install.sh - rbenv install 2.5.1 && rbenv global 2.5.1 + rbenv install 3.0.0 && rbenv global 3.0.0 # Install rails and bundler gem install --force rails:4.2.10 bundler:1.17.3