drapergem / draper

Decorators/View-Models for Rails Applications
MIT License
5.22k stars 527 forks source link

feat: officially support ruby <= 3.2 #925

Closed sk- closed 1 year ago

sk- commented 1 year ago

Description

Add Ruby 3.1 and 3.2 to the test matrix.

The performance benchmark was changed to use File.exist? as File.exists? was deprecated since Ruby 2.1 and finally removed in Ruby 3.2. See

Testing

This only changes the CI config and one benchmark.

References

sk- commented 1 year ago

Closing as there are other PRs doing the same.