Skip to content

Commit 82fc7de

Browse files
committed
chore: ruby location
1 parent 615ecee commit 82fc7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/setup/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ Add the following lines to your shell profile, usually `~/.bash_profile` or `~/.
176176

177177
```shell
178178
# Add ruby and rubygems to the path
179-
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.3.4/bin:$PATH
179+
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:$PATH
180180
# or
181-
export PATH=/usr/local/lib/ruby/bin:/usr/local/lib/ruby/gems/3.3.4/bin:$PATH
181+
export PATH=/usr/local/lib/ruby/bin:/usr/local/lib/ruby/gems/3.3.0/bin:$PATH
182182
```
183183

184184
:::warning Important

0 commit comments

Comments
 (0)