Skip to content

Commit

Permalink
Update app.yaml to work with latest ruby
Browse files Browse the repository at this point in the history
Fixes #1476 for the PostgreS tutorial.

See also b/365178099
  • Loading branch information
palladius authored Sep 7, 2024
1 parent aa8b763 commit ba08c75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appengine/rails-cloudsql-postgres/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba08c75

Please sign in to comment.