forked from solidusio/heroku-buildpack-solidus-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update solidus buildpack to work with rails 5.2
Latest rails buildpack is going to try to understand if yarn is installed by reading the Gemfile.lock file of the application. Gemfile.lock is supposed to be there for all apps but we don't have one at that stage since it's not commited and bundle install is still not executed. I fixed removing the yarn check, since for now we don't have it.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters