diff --git a/website/docs/Vagrantfile b/website/docs/Vagrantfile index 29280239a..34e232f31 100644 --- a/website/docs/Vagrantfile +++ b/website/docs/Vagrantfile @@ -10,7 +10,7 @@ curl -sSL https://get.rvm.io | bash -s stable . ~/.bash_profile rvm install 2.0.0 rvm --default use 2.0.0 -gem install bundle +gem install bundler cd /vagrant bundle SCRIPT