Skip to content

Commit

Permalink
Update dependencies (#40)
Browse files Browse the repository at this point in the history
* Update dependencies

Oban update requires no migrations, other updates also seem
unproblematic.

* Loosen Dockerfile Elixir version again

The issue with OTP/gen_smtp seems to have been fixed
  • Loading branch information
wmnnd authored Mar 29, 2021
1 parent 0a2d35d commit a523d7a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
13 changes: 6 additions & 7 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Keila.MixProject do
{:ecto_sql, "~> 3.4"},
{:postgrex, ">= 0.0.0"},
{:phoenix_live_view, "~> 0.15"},
{:floki, "~> 0.29.0"},
{:floki, "~> 0.30.0"},
{:phoenix_html, "~> 2.11"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_dashboard, "~> 0.4"},
Expand All @@ -62,16 +62,15 @@ defmodule Keila.MixProject do
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:swoosh, "~> 1.0"},
# Unpatched version of gen_smtp currently broken, see https://github.com/gen-smtp/gen_smtp/pull/227
{:gen_smtp, git: "https://github.com/pentacent/gen_smtp/", override: true},
{:swoosh, "~> 1.3"},
{:gen_smtp, "~> 1.1"},
{:hackney, "~> 1.9"},
{:hashids, "~> 2.0"},
{:argon2_elixir, "~> 2.3"},
{:httpoison, "~> 1.7"},
{:httpoison, "~> 1.8"},
{:nimble_csv, "~> 1.1"},
{:oban, "~> 2.4.3"},
{:solid, "~> 0.4.0"},
{:oban, "~> 2.5.0"},
{:solid, "~> 0.7.1"},
{:earmark, "~> 1.4"},
{:tzdata, "~> 1.1"}
]
Expand Down
Loading

0 comments on commit a523d7a

Please sign in to comment.