Skip to content

Commit

Permalink
Bump minor because we're supporting rails 8.0 and loosening dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrafanie committed Nov 11, 2024
1 parent ba66b84 commit 3bf8820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_value_for.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{default_value_for}
s.version = "4.0.0"
s.version = "4.1.0"
s.summary = %q{Provides a way to specify default values for ActiveRecord models}
s.description = %q{The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner}
s.email = %q{software-signing@phusion.nl}
Expand Down

0 comments on commit 3bf8820

Please sign in to comment.