remove installing wrong bundler manually
This commit is contained in:
parent
5a34ef8592
commit
0a75e59c19
1 changed files with 1 additions and 4 deletions
|
|
@ -5,7 +5,4 @@ if [ "$(gem --version)" != "1.8.15" ]; then
|
|||
echo "RubyGems version is $(gem --version). Changing..."
|
||||
rvm rubygems 1.8.15
|
||||
echo "Changed RubyGems version to $(gem --version)."
|
||||
fi
|
||||
|
||||
# Get latest bundler
|
||||
gem install bundler --pre
|
||||
fi
|
||||
Loading…
Reference in a new issue