You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #5770Closes#5776Closes#5761
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
* breaking changes
4
4
* Drop support to Ruby < 2.7
5
-
* Drop support to Rails < 6.0
5
+
* Drop support to Rails < 7.0
6
6
* Remove `SecretKeyFinder` and use `app.secret_key_base` as the default secret key for `Devise.secret_key` if a custom `Devise.secret_key` is not provided.
7
7
8
8
This is potentially a breaking change because Devise previously used the following order to find a secret key:
@@ -18,6 +18,7 @@
18
18
* Removed deprecations warning output for `Devise::Models::Authenticatable::BLACKLIST_FOR_SERIALIZATION` (@soartec-lab)
19
19
* Add Rails 8 support.
20
20
- Routes are lazy-loaded by default in test and development environments now so Devise loads them before `Devise.mappings` call.
0 commit comments