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