What's Changed
- Adds Ruby 3.2 to the CI matrix by @petergoldstein in https://github.com/nesquena/rabl/pull/760
- Fix typos by @kianmeng in https://github.com/nesquena/rabl/pull/762
- Fix CI and test against Ruby 3.3 by @tagliala in https://github.com/nesquena/rabl/pull/763
- Fix CI failures related to sqlite3 by @tagliala in https://github.com/nesquena/rabl/pull/766
- Improve gemspec by @...