Shopify / measured

Encapsulate measurements and their units in Ruby and Ruby on Rails.
MIT License
337 stars 28 forks source link

Only support rails versions that are still supported, meaning 5.2 and above #135

Closed kmcphillips closed 3 years ago

kmcphillips commented 3 years ago

Bumping version support to rails 5.2 because that's all that's supported officially.

https://guides.rubyonrails.org/maintenance_policy.html

Behaviour in old versions is undefined.

CI already matches this as of #134