Skip to content

Commit

Permalink
Use --no-document instead of --no-rdoc/--no-ri.
Browse files Browse the repository at this point in the history
gem says --rdoc and --ri options are deprecated.
  • Loading branch information
eflynn committed Feb 16, 2014
1 parent c0d947a commit 5e936c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEVELOPER-ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e936c8

Please sign in to comment.