chrismccord / mailgun

Elixir Mailgun Client
MIT License
194 stars 95 forks source link

Bump up allowed Poison version #46

Open mdoza opened 8 years ago

mdoza commented 8 years ago

Some Phoenix libraries like Addict are not yet ready for Phoenix 1.2 due to dependency issues. Mailgun is one, since it is not allowing Poison beyond 2.0. When creating new Phoenix 1.2 applications, Poison is being locked at 2.2.0.

jastax commented 8 years ago

Yep, I'm at the same point. A quick change would be awesome :)

derekbrown commented 7 years ago

@chrismccord Pinging for review. Is this repo abandoned?

hankditton commented 7 years ago

Might as well make this also OK with poison 3.0 and above at this point (though it doesn't seem likely that this will be merged).