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
This commit is contained in:
parent
3a41fccc43
commit
c8bf6192e4
1 changed files with 2 additions and 2 deletions
4
Aptfile
4
Aptfile
|
@ -1,8 +1,8 @@
|
||||||
ffmpeg
|
ffmpeg
|
||||||
libicu[0-9][0-9]
|
libicu[0-9][0-9]
|
||||||
libicu-dev
|
libicu-dev
|
||||||
libidn11
|
libidn12
|
||||||
libidn11-dev
|
libidn-dev
|
||||||
libpq-dev
|
libpq-dev
|
||||||
libxdamage1
|
libxdamage1
|
||||||
libxfixes3
|
libxfixes3
|
||||||
|
|
Loading…
Reference in a new issue