nicolasblanco / shopix

Shopix : an Elixir & Phoenix e-commerce platform
MIT License
196 stars 26 forks source link

Update dependencies #1

Closed nicolasblanco closed 5 years ago

nicolasblanco commented 5 years ago

I would like to update dependencies, mainly : Phoenix, Guardian, Bamboo, Ecto to latest versions.

nicolasblanco commented 5 years ago

Upgrading Guardian will require some work in the GuardianSerializer as the philosophy has changed...

joaothallis commented 5 years ago

Hey, you can use https://github.com/apps/dependabot for update dependencies, it creates PRs updating your libs.

Is free for open-source projects

nicolasblanco commented 5 years ago

@joaothallis : yes thanks, I've added it. But to update those dependencies (phoenix, ecto, guardian), some development/changes will be necessary 👍

nicolasblanco commented 5 years ago

I've updated the project to latest Guardian version 👍

nicolasblanco commented 5 years ago

Just updated from Phoenix 1.3 to Phoenix 1.4 😄

nicolasblanco commented 5 years ago

As I've updated the Elixir libs I wanted to update, I'm closing this one.