diff options
author | Jonathan Hurter <john@scalingo.com> | 2017-04-05 13:53:30 +0200 |
---|---|---|
committer | Jonathan Hurter <john@scalingo.com> | 2017-04-05 13:53:30 +0200 |
commit | 79765d61f506e8e7dd08b683ebfdaabfba12b1fe (patch) | |
tree | 04c1d87458d73edf6e0277cdc422f25b2aebd111 | |
parent | 0a984e90d3052272bf793cb4393b9d642432aebb (diff) |
Install nodejs before ruby
-rw-r--r-- | .buildpacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildpacks b/.buildpacks index 29d7ee1e9..d295b0f5d 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,2 +1,2 @@ -https://github.com/Scalingo/ruby-buildpack https://github.com/Scalingo/nodejs-buildpack +https://github.com/Scalingo/ruby-buildpack |