Skip to content

Commit

Permalink
hacking.md: Update instructions to force OS version (#29770)
Browse files Browse the repository at this point in the history
Update instructions to force OS version to reflect Homebrew/brew#1883.
  • Loading branch information
neutric authored and reitermarkus committed Feb 3, 2017
1 parent 0e701e0 commit 07a145c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/development/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,12 @@ This form can also be combined with a specific Ruby interpreter as above.

### Forcing a Specific macOS Release

The environment variable `$MACOS_RELEASE` can be overridden at the command line for test purposes:
The environment variable `$MACOS_VERSION` can be overridden at the command line for test purposes:

```bash
$ MACOS_RELEASE=10.9 brew cask info <cask>
$ MACOS_VERSION=10.9 brew cask info <cask>
```

The environment variable `$MACOS_RELEASE_WITH_PATCHLEVEL` is also available, though not consulted directly. Use `$MACOS_RELEASE` for testing.

### Target Ruby Versions

Homebrew-Cask requires a Ruby interpreter version 2.0 or above. This is the default system Ruby on Mavericks (10.9) and later.
Expand Down

0 comments on commit 07a145c

Please sign in to comment.