Commit c754527
committed
Add openssl to gemfile
Why these changes are being introduced:
The openssl gem is included in the Ruby standard library, but there is a
[bug](ruby/openssl#949) in the included
version (`3.3.0`) that causes it to fail with OpenSSL 3.6.0.
Relevant ticket(s):
N/A.
How this addresses that need:
This includes the openssl gem in the Gemfile, thus installing the latest
version rather than what is provided by standard Ruby. This is
[recommended by openssl gem maintainers](ruby/openssl#949 (comment)).
Side effects of this change:
This is something to remember for future perplexing bugs, because this
issue could happen with any gem included in the Ruby standard library.1 parent 17e522b commit c754527
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
418 | 419 | | |
419 | 420 | | |
420 | 421 | | |
| 422 | + | |
421 | 423 | | |
422 | 424 | | |
423 | 425 | | |
| |||
0 commit comments