https://github.com/ykws/hello-ruby
Getting started Ruby
https://github.com/ykws/hello-ruby
ruby
Last synced: 2 months ago
JSON representation
Getting started Ruby
- Host: GitHub
- URL: https://github.com/ykws/hello-ruby
- Owner: ykws
- Created: 2020-02-02T02:48:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T15:39:22.000Z (over 1 year ago)
- Last Synced: 2025-01-28T13:32:13.356Z (over 1 year ago)
- Topics: ruby
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello, Ruby
[](https://developer.apple.com/macos/)
[](https://www.ruby-lang.org/)
## Get started
Nothing needed to get started on Mac OS.
[Source](https://github.com/ruby/ruby)
## Optional
If you need to use multiple versions or latest version.
* [rbenv](https://github.com/rbenv/rbenv)
### Upgrade
Example: upgrade to 3.3.6
```
brew upgrade ruby-build
```
```
rbenv install --list
```
```
rbenv install 3.3.6
```
```
rbenv global 3.3.6
```
```
% ruby --version
ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin24]
```