This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ecc82d0 start to capture the latest versions
ecc82d0 is described below
commit ecc82d01673b0cf14cce752298e5032a4713c7de
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Jan 27 14:48:45 2018 -0500
start to capture the latest versions
---
MACOSX.md | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/MACOSX.md b/MACOSX.md
index e2bdcc9..aff8538 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -18,8 +18,8 @@ Verify using:
```
$ brew --version
-Homebrew 1.2.0
-Homebrew/homebrew-core (git revision e8fa; last commit 2017-05-04)
+Homebrew 1.5.2
+Homebrew/homebrew-core (git revision 3244; last commit 2018-01-27)
```
Upgrade Ruby
@@ -35,12 +35,11 @@ Verify:
```
$ ruby -v
-ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
+ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17]
```
If you don't see 2.3.1 or later, run `hash -r` and try again. If you
previously
-installed ruby via brew, you may need to run `brew upgrade ruby` instead. If
you use
-`rbenv` install via `rbenv install 2.4.1`
+installed ruby via brew, you may need to run `brew upgrade ruby` instead. If
you use `rbenv` install via `rbenv install 2.5.0`
Upgrade Node.js
@@ -57,9 +56,9 @@ Verify:
```
$ node -v
-v7.10.0
+v9.4.0
$ npm -v
-4.2.0
+5.6.0
```
If you don't see v6 or higher, run `hash -r` and try again. If you previously
--
To stop receiving notification emails like this one, please contact
[email protected].