From 405fb0b86c63d60edec1876acc13187c6f899866 Mon Sep 17 00:00:00 2001 From: jazairi <16103405+jazairi@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:16:52 -0700 Subject: [PATCH] Upgrade Heroku stack to version 26 --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 48ff6c5e..e37afa69 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "name": "thing", - "stack": "heroku-22", + "stack": "heroku-26", "scripts": { "postdeploy": "bundle exec rails db:seed" },