Closed mattbrictson closed 2 years ago
Puma 6 has been released. Rails support for Puma 6 is coming (see https://github.com/rails/rails/pull/46106) but for now Rails 7.0 does not fully support it.
Depfu is trying to update puma (see #718) and the build fails.
We need to pin puma so that it is not included in the automated dependency updates.
Pin to puma ~> 5.x in our Gemfile.
Problem
Puma 6 has been released. Rails support for Puma 6 is coming (see https://github.com/rails/rails/pull/46106) but for now Rails 7.0 does not fully support it.
Depfu is trying to update puma (see #718) and the build fails.
We need to pin puma so that it is not included in the automated dependency updates.
Solution
Pin to puma ~> 5.x in our Gemfile.