Joe Kutner
Joe Kutner
Can you share your Gemfile? If you using a `:git =>` for warbler be aware that bundler will not work with shallow repos.
No, it should handle git gems. The only reason I brought it up was that I got the same error on the CI server because it was pointing to a...
Can you try with JRuby 1.7.20 (which was released today). I believe it has some major openssl fixes.
Can you try this on jruby 9.0.1.0?
This is fixed in 2.x-dev
eh, might not be fixed in all places. i'll double check that
`https://github.com/jhipster/jhipster-registry-buildpack` is not a Cloud Native Buildpack, and Heroku's `app.json` only supports v2 (non-CNB) buildpacks right now.
I think we fix this tactically by adding CNB support to https://github.com/jhipster/jhipster-registry-buildpack. I've created https://github.com/jhipster/jhipster-registry-buildpack/issues/3 and will try to get a PR today.
@jamesward it will depend on the platform, but there's no specification yet (we're [working on one](https://github.com/buildpack/rfcs/blob/project-descriptor-simple/text/0000-project-descriptor.md#imagesbuildpacks)). Today `pack` allows the `--buildpack` option, but it's up to each platform to do...
@jamesward yes, the buildpack either needs to be in the builder or provided to pack as a tgz. But there's no mechanism (yet) for pack to automatically turn a Github...