Last active
March 29, 2023 23:02
-
-
Save jaysoffian/8145a85d7d91b255270280fb7ec19605 to your computer and use it in GitHub Desktop.
A script to install one or more gems in a self-contained directory, similar to installing Python packages in a virtual environment
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
Replaced by gem-venv.sh. | |
Please see https://gist.github.com/jaysoffian/3c67711d3f00c364365905d877cc4af4 instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example usage:
Installing cocoapods which requires a downgraded version of activesupport to work with the system macOS Ruby 2.6:
Installing an older version of cocoapods alongside the one we just installed: