summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-08-14 17:05:21 +0300
committerrinpatch <rinpatch@sdf.org>2019-08-14 17:05:21 +0300
commit6a101f0361782fb7e5a01cb51565b062f9ffb548 (patch)
tree50dca8941e3b3bf8092b68df7dcc74e8ba276066 /mix.exs
parent744e2ce8b4286c41dbea33c1b918bc92b774307e (diff)
downloadpleroma-6a101f0361782fb7e5a01cb51565b062f9ffb548.tar.gz
pleroma-6a101f0361782fb7e5a01cb51565b062f9ffb548.zip
Switch to pre-1.8 version of tzdata.
tzdata 1.0.0 requires Elixir 1.8.0, but we target 1.7. Fortunately tzdata issues bugfix releases for pre-1.8.0 version.
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 334fabb33..3170d6f2d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -95,7 +95,7 @@ defmodule Pleroma.Mixfile do
defp deps do
[
{:phoenix, "~> 1.4.8"},
- {:tzdata, "~> 1.0"},
+ {:tzdata, "~> 0.5.21"},
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},