Skip to content

V6.0.0: Add support for Ruby 3.1 and Rails 7.0

Compare
Choose a tag to compare
@oliverklee oliverklee released this 01 Apr 09:45
· 18 commits to main since this release
v6.0.0
7863386

Added

  • Add support for Rails 7.0 (#131)
  • Add support for Ruby 3.1 (#143)

Removed

  • Drop support for Ruby 2.5 and 2.6 (#127, #145)

Fixed

  • Avoid modifying a frozen array in Ruby 3 (#135)