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
The objective is to support all supported rubies and rails versions. If you need to support end of life versions, please see the sections below and use a prior release.
26
26
27
-
Version 4.0.0 will support rails 6.1+ and ruby 3.0+. It will add support for rails 7.2. It will drop support for rubies less than 3.0 and rails less than 6.1. This is the reason for the major version bump as we'll be dropping a lot of supported combinations of ruby and rails.
27
+
Add it to your Gemfile:
28
+
29
+
```ruby
30
+
gem "default_value_for", "~> 4.0"
31
+
```
32
+
33
+
Version 4.0.0 supports rails 6.1+ and ruby 3.0+. It adds support for rails 7.2. It drops support for rubies less than 3.0 and rails less than 6.1. This is the reason for the major version bump as it drops support for many combinations of older ruby and rails versions.
0 commit comments