about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
authorDaigo 3 Dango <zunda@users.noreply.github.com>2020-07-16 10:01:34 -1000
committerGitHub <noreply@github.com>2020-07-16 22:01:34 +0200
commit66acf8203b87bc88402edd7eec9ec00f48bbc42c (patch)
tree68bc731eb0252cda1bb0f7dd6ccb555ceea36e20 /app.json
parentea13e80030117c95f5e52d730d00093e21b11eea (diff)
Stop using heroku-buildpack-nodejs (#14341)
heroku-buildpack-ruby started to install Node 12 by default.
This makes it possible to run Mastodon without heroku-buildpack-nodejs.
Diffstat (limited to 'app.json')
-rw-r--r--app.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/app.json b/app.json
index 211f17d81..e4f7cf403 100644
--- a/app.json
+++ b/app.json
@@ -89,9 +89,6 @@
       "url": "https://github.com/heroku/heroku-buildpack-apt"
     },
     {
-      "url": "heroku/nodejs"
-    },
-    {
       "url": "heroku/ruby"
     }
   ],