Skip to content

Commit d8225be

Browse files
authored
Fix Vagrantfile gem install for ruby >= 2.6 (#1618)
1 parent 63eee65 commit d8225be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Vagrant.configure(2) do |config|
1515
sudo apt-get install -yq ruby ruby-dev
1616
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
1717
sudo apt-get autoremove -yq
18-
gem install --no-ri --no-rdoc bundler
18+
gem install --no-document bundler
1919
SHELL
2020

2121
# add the local user git config to the vm

0 commit comments

Comments
 (0)