-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Bump dependencies versions #167
Comments
Additional notes: We list httpoison as mox already has a 1.0.2 version; our Mix lock file lists 1.0.1. mix.exs uses Elixir, specified as Also, does the reason for using such an old version still pertain, @nappex? Or are you ok with using a more modern one? With a quick search, I couldn’t find any reliable source supporting my inclination towards allowing patch-level upgrades only. My justification is that patch versions introduce fixes (also security ones) but don’t change behavior. Feel free to object: I’d love to hear counter-arguments. |
I read the changelog for httpoison 2.0.0: it only changes how SSL options are processed. We don’t configure SSL by ourselves, so we can safely upgrade. |
Currently, we have a problem with Floki added in #87 , the latest version is 0.34.0. With our specification elixir dont want to update to 0.34.0 and keep 0.32.1 |
Ensure all dependencies use their current latest stable version compatible with Elixir 1.10 if that version doesn’t break the code. This change may make sense only after introducing floki by #87. (Originally suggested in #87 (comment).)
The text was updated successfully, but these errors were encountered: