mschae / trailing_format_plug

An elixir plug to support legacy APIs that use a rails-like trailing format: http://api.dev/resources.json
25 stars 15 forks source link

Ignore minor versions in cowboy dependency #16

Closed johnhamelink closed 7 years ago

johnhamelink commented 7 years ago

The latest version of cowboy is in the 1.1.x range - it's reasonable to ignore patch releases in the dependencies for this plugin.

mschae commented 7 years ago

We don't need the cowboy dependency at all. Plugs should be adapter-agnostic. Thanks for pointing this out!