Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ykws/hello-ruby

Getting started Ruby
https://github.com/ykws/hello-ruby

ruby

Last synced: 22 days ago
JSON representation

Getting started Ruby

Awesome Lists containing this project

README

        

# Hello, Ruby

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

```
brew upgrade ruby-build
```

```
rbenv install --list
```

```
rbenv install 3.3.0
```

```
rbenv global 3.3.0
```

```
% ruby --version
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
```