File tree 1 file changed +16
-7
lines changed
1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Old Rubies, meet new macOS
1
+ ## Old Rubies, meet new macOS and Ubuntu
2
2
3
- Trying to run an old, unsupported Ruby on an M1 Mac ? You're in the right place.
3
+ Trying to run an old, unsupported Ruby? You're in the right place.
4
4
5
- This is a collection of ruby-build definitions for local dev on macOS. Not for production use. Homebrew is required.
5
+ This is a collection of ruby-build definitions for local dev on macOS and Ubuntu . Not for production use. macOS (and Homebrew) or Ubuntu are required.
6
6
7
- Ruby versions:
8
- * 1.8.7-p374
7
+ ### mise
9
8
9
+ ``` bash
10
+ git clone https://github.com/basecamp/ruby-dev
10
11
11
- ### How to install
12
+ RUBY_BUILD_DEFINITIONS=
" ~/path/to/ruby-dev" mise use
[email protected]
13
+ ```
12
14
13
- Grab the build definition by cloning the repo or ` curl ` ing a specific file, then ` rbenv install ` the path to the definition.
15
+ ### rbenv
14
16
17
+ ``` bash
18
+ git clone https://github.com/basecamp/ruby-dev
19
+
20
+ RUBY_BUILD_DEFINITIONS=" ./ruby-dev" rbenv install 1.8.7-p374
21
+ ```
22
+
23
+ or
15
24
``` bash
16
25
git clone https://github.com/basecamp/ruby-dev
17
26
cd ruby-dev
You can’t perform that action at this time.
0 commit comments