Add Ruby 3.4 & build updates (#5801)

Update bundle to avoid 3.4 mutex_m require error.

Test against Rails 7.0 branch which contains Ruby 3.4 fixes.

Update changelog to mention Rails < 7.0 support being dropped.

Builds on top of https://github.com/heartcombo/devise/pull/5770
Closes https://github.com/heartcombo/devise/pull/5776
Closes https://github.com/heartcombo/devise/pull/5761
This commit is contained in:
Carlos Antonio da Silva
2025-10-21 17:28:05 -03:00
committed by GitHub
parent dbc8e77ea0
commit 141ef37339
4 changed files with 86 additions and 70 deletions

View File

@@ -13,6 +13,7 @@ jobs:
- gemfiles/Gemfile-rails-7-2
- gemfiles/Gemfile-rails-8-0
ruby:
- '3.4'
- '3.3'
- '3.2'
- '3.1'