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

Add .ruby-version to use specific version #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

philonor
Copy link

Description
Commit .ruby-version file to lock a specific ruby version.

Reason
On MacOS Catalina, ruby 2.6. is shipped by default and rbenv (brew install rbenv) defaults to 2.6.
With this configuration, installing gem nokogiri fails.
By both locking the nvm environment with .nvmrc and ruby environment with .ruby-version, it is ensured that users of this repository have comparable environments and both bug reporting and fixing becomes easier.

Corresponding Wiki Changes
Branch: https://github.com/philonor/mailmason-wiki/tree/hf/setup-rbenv
Changeset: https://github.com/philonor/mailmason-wiki/compare/43d7da4..002ab3d
Changes:

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.

1 participant