Skip to content

Commit

Permalink
add chruby support to puma-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Aug 31, 2024
1 parent 381e5c4 commit db3cec8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pumaenv
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export HOST="feedyouremail.test"
export BREW_PREFIX=$(test -d /opt/homebrew && echo "/opt/homebrew" || echo "/usr/local")
if [[ -e "$BREW_PREFIX/share/chruby/chruby.sh" ]]; then
source "$BREW_PREFIX/share/chruby/chruby.sh"
chruby "$(cat .ruby-version)"
fi

0 comments on commit db3cec8

Please sign in to comment.