From ba08c7592ffa616186e4ddd95e2f3095fd7eca5b Mon Sep 17 00:00:00 2001 From: Riccardo Carlesso Date: Sat, 7 Sep 2024 11:59:00 +0200 Subject: [PATCH] Update app.yaml to work with latest ruby Fixes https://github.com/GoogleCloudPlatform/ruby-docs-samples/issues/1476 for the PostgreS tutorial. See also b/365178099 --- appengine/rails-cloudsql-postgres/app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appengine/rails-cloudsql-postgres/app.yaml b/appengine/rails-cloudsql-postgres/app.yaml index 56879ad60..de422cc8f 100644 --- a/appengine/rails-cloudsql-postgres/app.yaml +++ b/appengine/rails-cloudsql-postgres/app.yaml @@ -18,6 +18,10 @@ entrypoint: bundle exec rackup --port $PORT env: flex runtime: ruby + +# Needed to enable latest rubies 3.2 and 3.3 +runtime_config: + operating_system: "ubuntu22" # [END step_1] env_variables: