Shopify / measured-rails

Rails adapter for the measured gem. Encapsulate measurements and their units in Ruby and Rails.
MIT License
92 stars 13 forks source link

Raise ruby requirement to 2.3 and rails to 5.0 #53

Closed kmcphillips closed 5 years ago

kmcphillips commented 5 years ago

This modernizes the requirements for ruby and rails for this gem. ruby >= 2.3 and rails >= 5.0.

Also adds ruby 2.6.

It matches the maintenance policies of both: https://guides.rubyonrails.org/maintenance_policy.html https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/

Will follow up with a version change.

Matched with https://github.com/Shopify/measured/pull/120