Merge pull request #4673 from Growstuff/heroku-26

Heroku 26
This commit is contained in:
Daniel O'Connor authored and GitHub committed 2026-06-23 21:43:48 +09:30
commit a9179618f5
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/devcontainers/ruby:3.4-trixie
# Install Rails
RUN gem install rails:7.0.8
RUN gem install rails:8.0.5
# Default value to allow debug server to serve content over GitHub Codespace's port forwarding service
# The value is a comma-separated list of allowed domains
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "growstuff",
"stack": "heroku-18",
"stack": "heroku-26",
"description": "Open data project for small-scale food growers",
"scripts": {
"postdeploy": "bundle exec rails db:seed"