Skip to content
Snippets Groups Projects
Commit 32ee36d9 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Better to always use rvm.

parent 412a3987
No related branches found
No related tags found
No related merge requests found
...@@ -48,13 +48,8 @@ if [ "$SYSTEM" == "MINGW32" ] ; then ...@@ -48,13 +48,8 @@ if [ "$SYSTEM" == "MINGW32" ] ; then
exit 1 exit 1
fi fi
if [ "$SYSTEM" == "Darwin" ] ; then
set +ex
rvm use ruby-head
set -ex
fi
set +ex set +ex
rvm use default
gem install bundler --update gem install bundler --update
bundle install bundle install
set -ex set -ex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment