Skip to content

Commit

Permalink
Try Ruby 3.0 on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jun 18, 2024
1 parent 026bd56 commit f56eb36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci_scripts/ci_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ setup_xcode_cloud_environment () {
# Prevent installing dependencies in system directories
echo 'export GEM_HOME=$HOME/.gem' >>~/.zshrc
echo 'export PATH=$GEM_HOME/bin:$PATH' >>~/.zshrc
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc
echo 'export PATH="/Users/local/Library/Python/3.9/bin:$PATH"' >> ~/.zshrc

export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH
export PATH="/usr/local/opt/ruby/bin:$PATH"
export PATH="/Users/local/Library/Python/3.9/bin:$PATH"

# Things don't work well on the default ruby version
brew install ruby

gem install bundler

bundle config path vendor/bundle
Expand Down

0 comments on commit f56eb36

Please sign in to comment.