diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-02 15:52:39 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 15:52:39 +0000 |
commit | 8d772f4e27668939493c36a764080e0ccfc2f6d7 (patch) | |
tree | ac8c2f94e8f73cb4e9559b1f98651d6b5c360137 /docs/installing | |
parent | e0b0bb402e443bc595637858be20f5ed8ed2174a (diff) |
Upgrade rubygems - this is the version we're currently using in travis.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/macos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/macos.md b/docs/installing/macos.md index e93ea452f..9961bcc20 100644 --- a/docs/installing/macos.md +++ b/docs/installing/macos.md @@ -71,7 +71,7 @@ Read `rvm notes` and `rvm requirements` carefully for further instructions. Then The `mahoro` and `pg` gems require special installation commands. Rubygems must be downgraded to 1.6.2 to avoid deprecation warnings when running tests. rvm 1.8.7 - gem update --system 1.6.2 + gem update --system 2.1.11 gem install mahoro -- --with-ldflags="-L/usr/local/Cellar/libmagic/5.09/lib" --with-cppflags="-I/usr/local/Cellar/libmagic/5.09/include" env ARCHFLAGS="-arch x86_64" gem install pg |