Commit 4592486
authored
### Rationale for this change
The Source Release and Merge Script on macos-latest is failing on PRs with
> Error: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=140.82.116.6:443 state=error: certificate verify failed (unable to get certificate CRL)
### What changes are included in this PR?
Include openssl gem on environment setup.
As suggested on rails issue: rails/rails#55886
### Are these changes tested?
Yes via CI.
### Are there any user-facing changes?
No
* GitHub Issue: #47883
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 0cd3c73 commit 4592486
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments