ajvondrak / remote_ip

A plug to rewrite the Plug.Conn's remote_ip based on forwarding headers.
MIT License
252 stars 31 forks source link

CI, Elixir 1.7, Format code, bump deps #23

Closed devstopfix closed 3 years ago

devstopfix commented 3 years ago

There are no code changes - this is simply updating the project to latest versions in preparation for a second PR with a fix for #20. Have you considered making this library a v1.0?

Drop Elixir 1.6, remove the compiler warning:

warning: the dependency :plug_crypto requires Elixir "~> 1.7" but you are running on v1.6.6

devstopfix commented 3 years ago

(I just realized I can send you a PR for #20 without needing the changes here)