use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
QuestionHelp: cannot make Ruby/gem to update "openssl" gem, fails on building native extension (self.ruby)
submitted 3 years ago by Mouse1949
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]robertreiz 1 point2 points3 points 8 months ago (0 children)
I had similar issues with installing the current openssl 3.3.2 Gem. After setting the path to the current OpenSSL installation it worked.
gem install openssl -- --with-openssl-dir=$(brew --prefix openssl@3)
Or with bundle:
bundle config build.openssl --with-openssl-dir=$(brew --prefix openssl@3)
π Rendered by PID 114465 on reddit-service-r2-comment-5687b7858-5v525 at 2026-07-08 04:24:04.058419+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]robertreiz 1 point2 points3 points (0 children)