Skip to content

Commit

Permalink
Ruby installation fails because of missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
etabakov committed Sep 14, 2017
1 parent c4e0b56 commit f0ef446
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/provision/install_vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ gruntcli() {
npm install -g grunt-cli
}

bundler() {
sudo gem install bundler
}

install_ruby() {

command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s stable --ruby=2.3.0
. ~/.rvm/scripts/rvm
gem install bundler
Expand Down

0 comments on commit f0ef446

Please sign in to comment.