Last active
June 9, 2025 10:39
-
-
Save ravshansbox/9da2c930e00fd300d47d4fdde47421e4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
rbenv global system && \ | |
sudo gem install securerandom -v 0.3.2 && \ | |
sudo gem install drb -v 2.0.6 && \ | |
sudo gem install minitest -v 5.25.4 && \ | |
sudo gem install zeitwerk -v 2.6.18 && \ | |
sudo gem install activesupport -v 6.1.7.10 && \ | |
sudo gem install cocoapods | |
2.7.8: | |
gem install securerandom -v 0.3.2; | |
gem install activesupport -v 7.1.5.1; | |
gem install cocoapods; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment