1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00
This commit is contained in:
Jake Jarvis 2021-01-19 10:03:58 -05:00
parent c2c88029ed
commit 1348e52eb2
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ update() {
echo -e "${YELLOW}Updating Ruby gems...${NC}"
gem update --system
gem update
gem upgrade --user-install
# gem upgrade --user-install
gem cleanup
# https://stackoverflow.com/a/3452888

View File

@ -8,7 +8,7 @@ export PATH="$GOPATH/bin:$PATH"
export PATH="$GOROOT/bin:$PATH"
# Ruby
export RUBY_HOME=/usr/local/opt/ruby/bin
export RUBY_HOME=/usr/local/opt/ruby@2.7/bin
export GEM_PATH=/usr/local/lib/ruby/gems/2.7.0
export PATH="$RUBY_HOME:$PATH"
export PATH="$GEM_PATH/bin:$PATH"