Skip to content

Commit

Permalink
Merge pull request #316 from machupicchubeta/use_openssl_1_1_until_op…
Browse files Browse the repository at this point in the history
…enssl_for_ruby_will_support_openssl_3_0

Use `OpenSSL 1.1` until `OpenSSL for Ruby` will support `OpenSSL 3.0`
  • Loading branch information
machupicchubeta authored Oct 23, 2021
2 parents cee3ea9 + f9bf2d6 commit b3ed2ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bash/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ export GREP_OPTIONS='--color=auto'

export GUILE_TLS_CERTIFICATE_DIRECTORY=/usr/local/etc/gnutls/

export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/usr/local/opt/openssl"
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/usr/local/opt/openssl@1.1"
2 changes: 1 addition & 1 deletion .zsh/variables.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ export GREP_OPTIONS='--color=auto'

export GUILE_TLS_CERTIFICATE_DIRECTORY=/usr/local/etc/gnutls/

export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/usr/local/opt/openssl"
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/usr/local/opt/openssl@1.1"
1 change: 1 addition & 0 deletions bin/brewfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ brew install cfn-lint

# For Ruby
brew install openssl
brew install [email protected]
brew install readline
brew install ruby-build
brew install rbenv
Expand Down

0 comments on commit b3ed2ed

Please sign in to comment.