Skip to content

Commit ca01364

Browse files
authored
Merge pull request rails#30794 from yhirano55/fix_third_party_libs_list
Fix third-party system libraries list in ActiveStorage::Preview [ci skip]
2 parents 45ed61a + 53c1618 commit ca01364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activestorage/app/models/active_storage/preview.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#
2424
# The built-in previewers rely on third-party system libraries:
2525
#
26-
# * {ffmpeg}[https://www.ffmpeg.org]
27-
# * {mupdf}[https://mupdf.com]
26+
# * {ffmpeg}[https://www.ffmpeg.org]
27+
# * {mupdf}[https://mupdf.com]
2828
#
2929
# These libraries are not provided by Rails. You must install them yourself to use the built-in previewers. Before you
3030
# install and use third-party software, make sure you understand the licensing implications of doing so.

0 commit comments

Comments
 (0)