1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-09-15 23:15:30 -04:00
This commit is contained in:
2021-01-19 10:03:58 -05:00
parent c2c88029ed
commit 1348e52eb2
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"