We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 867c8b2 + 217b395 commit a917961Copy full SHA for a917961
2 files changed
.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/devcontainers/ruby:3.4-trixie
2
3
# Install Rails
4
-RUN gem install rails:7.0.8
+RUN gem install rails:8.0.5
5
6
# Default value to allow debug server to serve content over GitHub Codespace's port forwarding service
7
# The value is a comma-separated list of allowed domains
app.json
@@ -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"
0 commit comments