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.15k stars 1.07k forks source link

FPM contains syntax which is invalidated with Ruby version 3.2.0 #1983

Closed femiagbabiaka closed 1 year ago

femiagbabiaka commented 1 year ago

Dir#exists? and File#exists? were both EOL'd in version 3.2.0: https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/.

https://github.com/search?q=repo%3Ajordansissel%2Ffpm%20File.exists%3F&type=code https://github.com/search?q=repo%3Ajordansissel%2Ffpm+Dir.exists%3F&type=code

NicholasBHubbard commented 1 year ago

PR #1981 addresses this issue.

NicholasBHubbard commented 1 year ago

@jordansissel, @femiagbabiaka this issue can be closed due to #1981 being merged.