bundler ARG :(
This commit is contained in:
parent
319812fdcb
commit
0c11172fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ if [ "$(gem --version)" != "1.8.15" ]; then
|
|||
echo "Changed RubyGems version to $(gem --version)."
|
||||
fi
|
||||
|
||||
gem uninstall bundler
|
||||
gem uninstall bundler --all --ignore-dependencies --executables
|
||||
gem install bundle --version '~> 1.0.0'
|
||||
Loading…
Reference in a new issue