Skip to content

Commit 4addb6a

Browse files
committed
Release 4.2.0 for rails 8.1 support
1 parent 1b8d7b9 commit 4addb6a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ To use default_value_for with older versions of Ruby and Rails, you must use the
3939
default_value_for (3.x+) is compatible with Rails 3.2-6.1, and Ruby 1.9.3 and higher.
4040

4141
Note:
42-
* Version 3.5.0: Added basic rails 7.0 support
43-
* Version 3.6.0: Added basic rails 7.1 support
42+
* Version 3.5.0: Added rails 7.0 support
43+
* Version 3.6.0: Added rails 7.1 support
44+
* Version 4.0.0: Added rails 7.2 support
45+
* Version 4.1.0: Added rails 8.0 support
46+
* Version 4.2.0: Added rails 8.1 support
4447

4548
Add it to your Gemfile:
4649

default_value_for.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{default_value_for}
3-
s.version = "4.1.1"
3+
s.version = "4.2.0"
44
s.summary = %q{Provides a way to specify default values for ActiveRecord models}
55
s.description = %q{The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner}
66
s.email = %q{software-signing@phusion.nl}

0 commit comments

Comments
 (0)