💎
Languages & Build

Ruby

Dynamic language — Rails apps and DevOps tooling (Chef, Fastlane)

🐧 Linux🍎 Mac🪟 Windows
Reviewed: Tested on: Kubernetes 1.29 · Terraform 1.8 · Ubuntu 22.04

What is this?

Ruby powers Rails web apps and many DevOps tools; gems install libraries with one command.

📥

Step 01

Install Ruby

(01)Install Ruby

Linux
1sudo apt-get install -y ruby-full
2sudo gem install bundler

Step 02

Verify

(01)Verify installation

Linux
1ruby --version
2gem --version