An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hello, Ruby

[![macOS](https://img.shields.io/badge/macOS-Sequoia-black)](https://developer.apple.com/macos/)
[![Ruby](https://img.shields.io/badge/Ruby-3.3.6-red)](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]
```