Created
December 19, 2023 21:41
-
-
Save sephraim/a88769a2f56bf0d3aaf282d938b72152 to your computer and use it in GitHub Desktop.
[Ruby version files]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put this in your .ruby-version file | |
3.2.2 | |
# Put this in your Gemfile | |
ruby file: '.ruby-version' | |
# ... which is equivalent to: | |
ruby '3.2.2' | |
# Source: https://twitter.com/RubyCademy/status/1736747484154593748 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment