You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments