crohr / pkgr

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

Drop support for Ruby 1.9.x #163

Closed obfuscoder closed 2 years ago

obfuscoder commented 5 years ago

Currently pkgr requires ruby 1.9.x. It cannot be used with Ruby 2.x as pkgr does have a runtime dependency to rake 12.2.x. Rake 12.3.x+ requires ruby version 2.x.

The problem arises when a project is using pkgr to build the debian package and is having a dependency to rake 12.3+.

I suggest having a new pkgr major version with dropping support for ruby 1.x so we can require ruby 2.x and remove the dependency limit for rake.

crohr commented 2 years ago

I believe this is fixed?