-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add bigdecimal dependency, no longer installed by default in Ruby 3.4 * CI: remove Ubuntu 18.04 image because it doesn't exist anymore * CI: brew install zstd on MacOS Co-authored-by: Aaron Stone <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ Ruby runtime and MySQL client libraries are compiled with the same OpenSSL | |
family, 1.0 or 1.1 or 3.0, since only one can be loaded at runtime. | ||
|
||
``` sh | ||
$ brew install [email protected] | ||
$ brew install [email protected] zstd | ||
$ gem install mysql2 -- --with-openssl-dir=$(brew --prefix [email protected]) | ||
|
||
or | ||
|
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