Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Add bundler to default.gemset
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkookkim committed Mar 26, 2016
1 parent 9b91918 commit 04c5e89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circleci-provision-scripts/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ ln -s $CIRCLECI_PKG_DIR/ruby $CIRCLECI_PKG_DIR/.rvm/rubies
EOF
) | as_user CIRCLECI_PKG_DIR=$CIRCLECI_PKG_DIR bash
fi

# Make sure bundler is installed in all versions
(cat <<'EOF'
source ~/.circlerc
echo 'bundler' >> $rvm_path/gemsets/default.gems
EOF
) | as_user bash
}

function install_ruby_version_rvm() {
Expand Down

0 comments on commit 04c5e89

Please sign in to comment.