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 to .ruby-version #66

Merged
merged 4 commits into from
Apr 3, 2024
Merged

Conversation

jenshenny
Copy link
Contributor

@jenshenny jenshenny commented Apr 2, 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, 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:

  • .ruby-version file is present with the correct Ruby version defined
  • A required_ruby_version in your gemspec is set
  • There is no Ruby version/requirement referenced in the Gemfile (no lines with ruby <some-version>)
  • A Gemfile.lock is built with the defined Ruby version
  • The version of Rubocop installed is 1.61.0 or greater
  • There is no TargetRubyVersion defined in rubocop.yml (reads from required_ruby_version on Rubocop 1.61.0)
  • There is no Ruby argument present in ruby/setup-ruby Github Actions that do not run on a Ruby matrix (no lines with ruby-version: “x.x”)

@jenshenny jenshenny marked this pull request as draft April 2, 2024 21:54
@jenshenny jenshenny marked this pull request as ready for review April 2, 2024 22:03
@jenshenny
Copy link
Contributor Author

Hmm CI is failing on pull_request but not on push... going need to take a closer look at this.

@jenshenny
Copy link
Contributor Author

I think it's from updating bundler #64 (comment)

@jenshenny jenshenny merged commit ad702b5 into main Apr 3, 2024
9 checks passed
@jenshenny jenshenny deleted the centralize_ruby_version branch April 3, 2024 16:21
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.

3 participants