Commit f4c764b
committed
fix: let ruby/setup-ruby handle bundler installation to fix OpenSSL issue
- Changed bundler from 'none' to '4.0.0' in Setup Ruby step
- Removed separate Install Bundler step that was failing on macOS
- ruby/setup-ruby knows how to install bundler with proper OpenSSL support
- Fixes: ERROR: OpenSSL is not available on macOS runners1 parent 8295f2f commit f4c764b
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 152 | | |
157 | 153 | | |
158 | 154 | | |
| |||
549 | 545 | | |
550 | 546 | | |
551 | 547 | | |
552 | | - | |
| 548 | + | |
553 | 549 | | |
554 | 550 | | |
555 | 551 | | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | 552 | | |
561 | 553 | | |
562 | 554 | | |
| |||
0 commit comments