Skip to content

Instantly share code, notes, and snippets.

@jaynetics
Created May 29, 2018 11:02
Show Gist options
  • Save jaynetics/5c60a1931305ff0555dc4cfbc51644a9 to your computer and use it in GitHub Desktop.
Save jaynetics/5c60a1931305ff0555dc4cfbc51644a9 to your computer and use it in GitHub Desktop.
use new / custom ruby version on semaphore
export RUBY_VERSION=2.5.1; cd ~/.rbenv/plugins/ruby-build && git pull && cd $SEMAPHORE_PROJECT_DIR; rbenv install $RUBY_VERSION; rbenv local $RUBY_VERSION; gem install bundler --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment