You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains [ruby-build](https://github.com/rbenv/ruby-build/) definitions of Rubies we use at Shopify. These builds are generally API complient with release Rubies, but with additional backports for bugfixes and performance.
4
+
5
+
## Quick start
6
+
7
+
1. Install ruby-build by [following the instructions](https://github.com/rbenv/ruby-build/#installation).
8
+
1. Install the gem:
9
+
```
10
+
$ gem install shopify-ruby-definitions
11
+
```
12
+
1. Acquire the specific Ruby version of the Ruby version you want to install. Ruby 3.2 is used as an example here:
0 commit comments