Created
August 15, 2017 08:15
-
-
Save askedrelic/dc5f86d831e802fdb055d9846aab9e57 to your computer and use it in GitHub Desktop.
Ruby gems help
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
# install Gemfile | |
bundle | |
bundle lock | |
gem install | |
# uninstall all unnecesary gems | |
gem cleanup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment