Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralize Ruby Version definition to .ruby-version #116

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

jenshenny
Copy link
Contributor

@jenshenny jenshenny commented Mar 21, 2024

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, 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:

  • .ruby-version file is present with the correct Ruby version defined
  • There is no Ruby version/requirement referenced in the Gemfile (no lines with ruby <some-version>)
  • There is no TargetRubyVersion defined in rubocop.yml
  • There is no Ruby argument present in ruby/setup-ruby Github Actions (no lines with ruby-version: “x.x”) as it reads from .ruby-version.

Please merge this PR if the changes look good - this PR will be merged if there isn't any activity after 4 weeks.

@jenshenny jenshenny requested a review from elsom25 March 21, 2024 18:20
@elsom25 elsom25 merged commit 41f4992 into main Mar 21, 2024
3 checks passed
@elsom25 elsom25 deleted the centralize_ruby_version branch March 21, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants