Summary
Rails 7.2 update, Ruby 3.4 update, drop user roles, and misc. package updates.
⚠️ Migration notes
User Roles
When updating the template in this version, if you wish to keep user role
support, revert the changes in these files:
- <APP_NAME>/db/migrate/20240410213056_create_user_roles.rb (deleted in
this change) - <APP_NAME>/db/schema.rb (user_tables removed)
What's Changed
- Update Rails to 7.2 and misc. non-major dependency updates by @renovate, @doshitan in #80
- Update Ruby language to v3.4.2 by @renovate, @doshitan in #79
- Update
nokogiri
,rack
, anduri
for security fixes by @dependabot in #76 and #82 - Remove user roles by @lorenyu in 5e2a120, #83
- Drop
TargetRubyVersion
from RuboCop config by @doshitan in 761d391
New Contributors
Full Changelog: v0.3.1...v0.4.0