Skip to content

Commit 1f8b726

Browse files
Merge pull request NativeScript#903 from NativeScript/etabakov/jekyll-build-fails
Ruby installation fails because of missing key
2 parents c4e0b56 + f0ef446 commit 1f8b726

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build/provision/install_vagrant.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ gruntcli() {
1414
npm install -g grunt-cli
1515
}
1616

17-
bundler() {
18-
sudo gem install bundler
19-
}
20-
2117
install_ruby() {
18+
19+
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
2220
curl -sSL https://get.rvm.io | bash -s stable --ruby=2.3.0
2321
. ~/.rvm/scripts/rvm
2422
gem install bundler

0 commit comments

Comments
 (0)