jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.08k stars 1.07k forks source link

chore: relax 'clamp' version pin #2023

Closed cwegener closed 2 months ago

cwegener commented 10 months ago

Ubuntu 22.04 LTS comes with ruby-clamp 1.1.1 which seems to work just fine with fpm 1.15.1

Relaxing the version pin seems to be the right thing to do.

captn3m0 commented 4 months ago

Similar issues with arch linux as well, trying to install the development branch.

jordansissel commented 2 months ago

I reviewed some of the history and didn’t see any reason ~>1.0.0 was necessary, and it might have been a relic of the pre-1.0 clamp versions.

👍👍 looks good

cwegener commented 2 months ago

Thanks Jordan.

There also is another one over here. I've been using that patch on Ubuntu 22.04 LTS for 6+ months now.

https://github.com/jordansissel/pleaserun/pull/156