Merge pull request #4673 from Growstuff/heroku-26

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

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

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"