Shopify / measured

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

Centralize Ruby Version to `.ruby-version` #154

Closed alexcrocha closed 5 months ago

alexcrocha commented 6 months ago

What are you trying to accomplish?

The .ruby-version file is the ecosystem standard for defining a Ruby version. This PR adds the .ruby-version file, ensures a required_ruby_version is set, and removes all other references to Ruby in this repository, aligning it with the standard.

What should reviewers focus on?

[!IMPORTANT] Please verify the following before merging:

Verify that the changes in the PR meets the following requirements or adjust manually to make it compliant:

This PR will be merged if there isn't any activity after 4 weeks.

kmcphillips commented 6 months ago

The same changes will need to be made here: https://github.com/Shopify/measured-rails/blob/main/dev.yml

We can release them together. (actually we must release them together)

alexcrocha commented 6 months ago

The same changes will need to be made here: https://github.com/Shopify/measured-rails/blob/main/dev.yml

We can release them together. (actually we must release them together)

Thank you for the heads up 👍 It's on our list and I will add that note.