summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-08-16 10:10:01 -0400
committerMark Felder <feld@feld.me>2024-08-16 10:10:01 -0400
commite1333c4fa45f4b1e1a6ee9ac3e728c6204c2e0cc (patch)
treee6ae46a890847f3ca1b5cc0f7485e0cabe605889 /mix.exs
parentfcf9ad5573d3d718e9c1a8db4671e921c39680cf (diff)
downloadpleroma-e1333c4fa45f4b1e1a6ee9ac3e728c6204c2e0cc.tar.gz
pleroma-e1333c4fa45f4b1e1a6ee9ac3e728c6204c2e0cc.zip
Update mogrify
Sent a pull request upstream to expand the version range depended on my blurhash https://github.com/rinpatch/blurhash/pull/1
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e3c8559ba..9c7c17521 100644
--- a/mix.exs
+++ b/mix.exs
@@ -158,7 +158,7 @@ defmodule Pleroma.Mixfile do
{:gun, "~> 2.0.0-rc.1", override: true},
{:finch, "~> 0.15"},
{:jason, "~> 1.2"},
- {:mogrify, "~> 0.8.0"},
+ {:mogrify, "~> 0.9.0", override: "true"},
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.7.2"},