Currently building on Heroku fails with a package error for libidn11. Since Mastodon uses idn-ruby 0.1.2 we should upgrade to libidn12
main^2
Hayden 1 year ago committed by GitHub
parent 3a41fccc43
commit c8bf6192e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Aptfile

@ -1,8 +1,8 @@
ffmpeg
libicu[0-9][0-9]
libicu-dev
libidn11
libidn11-dev
libidn12
libidn-dev
libpq-dev
libxdamage1
libxfixes3

Loading…
Cancel
Save