Skip to content

Commit a917961

Browse files
authored
Merge pull request #4673 from Growstuff/heroku-26
Heroku 26
2 parents 867c8b2 + 217b395 commit a917961

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/devcontainers/ruby:3.4-trixie
22

33
# Install Rails
4-
RUN gem install rails:7.0.8
4+
RUN gem install rails:8.0.5
55

66
# Default value to allow debug server to serve content over GitHub Codespace's port forwarding service
77
# The value is a comma-separated list of allowed domains

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "growstuff",
3-
"stack": "heroku-18",
3+
"stack": "heroku-26",
44
"description": "Open data project for small-scale food growers",
55
"scripts": {
66
"postdeploy": "bundle exec rails db:seed"

0 commit comments

Comments
 (0)