-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #316 from machupicchubeta/use_openssl_1_1_until_op…
…enssl_for_ruby_will_support_openssl_3_0 Use `OpenSSL 1.1` until `OpenSSL for Ruby` will support `OpenSSL 3.0`
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|