Skip to content

Instantly share code, notes, and snippets.

@oshanz
Last active August 25, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshanz/599f38d6658ea7f5aa5318e0d3bddf27 to your computer and use it in GitHub Desktop.
Save oshanz/599f38d6658ea7f5aa5318e0d3bddf27 to your computer and use it in GitHub Desktop.
ruby on fedora

for ruby 2.2.10

dnf install compat-openssl10-devel --allowerasing

for ruby 2.6.6

$ openssl version

remove compat-openssl10*
dnf install openssl-devel

ruby -r digest/sha1 -e 'p Digest::SHA1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment