crohr / pkgr

Package any app into deb or rpm packages, using heroku buildpacks
http://crohr.me/pkgr/
MIT License
590 stars 66 forks source link

You must use Bundler 2 or greater with this lockfile #153

Closed rbclark closed 5 years ago

rbclark commented 5 years ago

Just encountered this issue when trying to build a ruby package with a Gemfile.lock containing

BUNDLED WITH
   2.0.1

Is there anything I can do to use bundler 2 with packager?

crohr commented 5 years ago

Bundler2 is supported in https://github.com/crohr/pkgr/commit/6c7985df85468022480ffec225ae06c5d2cac8f3. It is now available on packager.io, let me know if it works for you.

rbclark commented 5 years ago

Yep I just ran a build with it and it worked, thanks!