Commit 416c600
committed
(PA-6422) Use platform=ruby to remove nokogiri workaround for macOS 12 ARM
Now that we're patching homebrew's ruby 3.2.4 correctly, we can remove our
workaround and use platform=ruby as suggested in
https://nokogiri.org/tutorials/installing_nokogiri.html#installing-using-standard-system-libraries
Note --platform is an option to `gem install` so it comes before double dashes.1 parent 2954847 commit 416c600
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments