Browse Source

Heroku fix (#19807)

Currently building on Heroku fails with a package error for libidn11. Since Mastodon uses idn-ruby 0.1.2 we should upgrade to libidn12
Hayden 1 year ago
parent
commit
c8bf6192e4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Aptfile

+ 2 - 2
Aptfile

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