Skip to content

Commit 3bf8820

Browse files
committed
Bump minor because we're supporting rails 8.0 and loosening dependencies
Technically, the API is unchanged and this could be a patch release but I prefer to avoid doing dependency changes of this significance in a pach release.
1 parent ba66b84 commit 3bf8820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.0"
3+
s.version = "4.1.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{[email protected]}

0 commit comments

Comments
 (0)