Skip to content

Commit 68675ea

Browse files
committed
Specify Heroku buildpack 'heroku-20'
Title Reason for Change ================= * After upgrading to Ruby 3.0.4 and upgrading via dashboard to `heroku-22` buildpack, the build failed. * That version of Ruby is only in `heroku-20`. Changes ======= * Specify the buildpack in `app.json` Documentation ============= * https://devcenter.heroku.com/articles/heroku-20-stack#using-heroku-20
1 parent 997288c commit 68675ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"stack": "heroku-20",
23
"name": "CFP-App",
34
"description": "Conference call for proposal management application by Ruby Central",
45
"keywords": [

0 commit comments

Comments
 (0)