Skip to content

Commit

Permalink
List the gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 5, 2024
1 parent 2c873f0 commit 6e42f48
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/RUBY_VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ what was an already-EOL but still-supported older ruby version.

## Coordination across gems

We will keep the family of Standard gems -- `standard`, `standard-rails`,
`standard-performance`, and `standard-custom` -- aligned in regard to:
We will align versions/dependencies amongst the family of Standard gems:

- The minimum required ruby versions in their `gemspec` settings
- Using that version in the internal `.standard.yml` configurations
- The CI ruby matrix of versions that each supports
- [Standard Ruby](https://github.com/standardrb/standard)
- [standard-custom](https://github.com/standardrb/standard-custom)
- [standard-performance](https://github.com/standardrb/standard-performance)
- [standard-rails](https://github.com/standardrb/standard-rails)

This means keeping them consistent in regard to:

- The minimum required ruby version configured in their `gemspec`
- Using that version in their internal `.standard.yml` configurations
- Including the full range of supported rubies in their CI ruby matrix

0 comments on commit 6e42f48

Please sign in to comment.