carbonfive / raygun-rails

Rails 7 application template for Raygun, the Carbon Five Rails application generator.
https://github.com/carbonfive/raygun
52 stars 26 forks source link

Pin puma 5.x since Rails doesn't support puma 6 yet #720

Closed mattbrictson closed 2 years ago

mattbrictson commented 2 years ago

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.