Closed oscar345 closed 9 months ago
I think the way to go is bumping the dep requirement to "~> 1.0" in site_encrypt too. PR is welcome :-)
Hi @sasa1977, this has already been adapted by a PR I did a while ago, but there was no new release in the mean time.
I guess we need v0.5.1? I was able to run the bandit 1.2.0 with the master branch. There is a deprecation warning warning: SampleWeb.Endpoint.init/2 is deprecated,
but it is discussed in here: https://github.com/sasa1977/site_encrypt/issues/58
Published 0.5.1. The init deprecation requires more work and breaking changes, so I'll deal with that separately.
The current version of Phoenix depends on a more recent version of Bandit, however, site_encrypt uses a older version of bandit. This makes it not possible to compile the application.