mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
Use --no-document instead of --no-rdoc/--no-ri.
gem says --rdoc and --ri options are deprecated.
This commit is contained in:
parent
c0d947aa98
commit
5e936c812a
@ -79,8 +79,8 @@ Vagrant version 1.1.2. With this Vagrantfile:
|
||||
su - vagrant -c "rvm install 2.0.0-turbo"
|
||||
su - vagrant -c "rvm use 2.0.0-turbo --default"
|
||||
|
||||
echo "gem: --no-rdoc --no-ri" >> /etc/gemrc
|
||||
su - vagrant -c "echo 'gem: --no-rdoc --no-ri' >> ~/.gemrc"
|
||||
echo "gem: --no-document" >> /etc/gemrc
|
||||
su - vagrant -c "echo 'gem: --no-document' >> ~/.gemrc"
|
||||
|
||||
## Postgres 9.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user