Re: how to debug "BuildpackCompileFailed" issue?
Jesse T. Alford
Are your Gemfile and Gemfile.lock files literally named Gemfile and
toggle quoted messageShow quoted text
Gemfile.lock, and both checked present at the top level of the directory you're pushing from, on the machine you're pushing from? The Ruby Buildpack looks for (and requires) the presence of these to identify a Ruby app. If you've got some other setup, you can put empty files with the appropriate names in the top level dir. This might not be your problem, but I've seen it cause the error you report many times.
On Tue, Mar 8, 2016, 7:12 AM JT Archie <jarchie(a)pivotal.io> wrote:
Ning,
|
|