Skip to content

Use .ruby-version instead of mise.toml #19

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

Merged
merged 1 commit into from
Jun 6, 2025
Merged

Use .ruby-version instead of mise.toml #19

merged 1 commit into from
Jun 6, 2025

Conversation

tangrufus
Copy link
Member

Because Dependabot does not support mise.toml yet.

Because Dependabot does not support `mise.toml` yet.
@tangrufus tangrufus requested a review from Copilot June 6, 2025 07:37
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR replaces the ruby version configuration in mise.toml with a dedicated .ruby-version file to ensure compatibility with Dependabot.

  • Removed the ruby version from the deprecated [tools] section in mise.toml and replaced it with a new [settings] configuration.
  • Introduced a .ruby-version file containing the ruby version definition.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
mise.toml Updated to remove the [tools] section and include a new [settings] configuration.
.ruby-version Added a new file to specify the ruby version for Dependabot compatibility.
Comments suppressed due to low confidence (1)

mise.toml:5

  • [nitpick] Consider clarifying the key 'idiomatic_version_file_enable_tools' by either renaming it to be more self-explanatory or adding a comment explaining its purpose.
idiomatic_version_file_enable_tools = ["ruby"]

@tangrufus tangrufus enabled auto-merge (rebase) June 6, 2025 07:38
auto-merge was automatically disabled June 6, 2025 07:43

Base branch requires signed commits

@tangrufus tangrufus merged commit 9be1cbc into main Jun 6, 2025
8 checks passed
@tangrufus tangrufus deleted the ruby-ver branch June 6, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant