diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-04 09:23:47 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-04 09:23:47 +0000 |
commit | 2ef1b841f388c282fad10be85f4f7a211a68dfcb (patch) | |
tree | ce760e1c16a3b972307b4d488ed8428a5b4b0e9e /docs/installing/macos.md | |
parent | 352d52f4bcd538aa286f82f71602a96e63221751 (diff) | |
parent | 8d772f4e27668939493c36a764080e0ccfc2f6d7 (diff) |
Merge branch 'gh-pages-upgrade-rubygems' into gh-pages
Diffstat (limited to 'docs/installing/macos.md')
-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 041d1178a..2c08be0e5 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 |