Skip to content

Commit

Permalink
Bump heroku stack to 24, update reqs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Aug 19, 2024
1 parent aae24b1 commit bd55585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To install DM2 on Heroku, use the "Deploy to Heroku" button above.
You may also create a new app and point it at this repository using the following command with the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli):

```sh
heroku create --stack heroku-22
heroku create --stack heroku-24
```

You will need to activate both the Ruby and Node.JS buildpacks. This can be done from the Heroku CLI:
Expand Down Expand Up @@ -256,9 +256,9 @@ docker-compose down

#### Requirements

- Ruby 2.7.6
- Bundler 2.2.26+
- PostgreSQL 11.12+
- Ruby 3.3.2
- Bundler 2.5.9+
- PostgreSQL 16+
- Node.js 16.x
- Yarn 1.x
- Redis 6+
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
"url": "https://github.com/heroku/heroku-buildpack-activestorage-preview"
}
],
"stack": "heroku-22"
"stack": "heroku-24"
}

0 comments on commit bd55585

Please sign in to comment.