discourse / mini_mime

minimal mime type library
MIT License
95 stars 34 forks source link

Adds Ruby 3.2 to the CI matrix. Requires Ruby >= 2.6. #48

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Added Ruby 3.2 to the CI matrix. Also upgraded the checkout actions.

Ruby 2.5 no longer passes because it can't get versions of rubocop and rubocop-discourse that allow a clean Rubocop run. So, given that Ruby 2.5 was removed about a year ago, I chose to resolve this issue by removing Ruby 2.5.

Everything runs green on my fork.

CvX commented 1 year ago

Thanks! Could you also update required_ruby_version in gemspec to >= 2.6.0?

petergoldstein commented 1 year ago

@CvX Done.