Closed alexcrocha closed 6 months ago
I'm good with removing it. We're going to do a release anyway, so may as well bump the minor version and just say it's 3.1.0+.
Will need to update the CI matrix: https://github.com/Shopify/measured-rails/blob/d9d4a7ecdb22b045d043f6df277478e34ee0c8ed/.github/workflows/ci.yml#L14
And all these changes mirrored to measured
.
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 arequired_ruby_version
is set, and removes all other references to Ruby in this repository, aligning it with the standard.What should reviewers focus on?
Verify that the changes in the PR meets the following requirements or adjust manually to make it compliant:
.ruby-version
file is present with the correct Ruby version definedrequired_ruby_version
in your gemspec is setdev.yml
Ruby task (before:- ruby: x.x.x
, after:- ruby
)Gemfile
(no lines withruby <some-version>
)Gemfile.lock
is built with the defined Ruby versionTargetRubyVersion
defined inrubocop.yml
ruby/setup-ruby
Github Actions that do not run on a Ruby matrix (no lines withruby-version: “x.x”
)This PR will be merged if there isn't any activity after 4 weeks.