diff options
| author | Mike McQuaid | 2017-09-25 19:18:16 +0100 |
|---|---|---|
| committer | GitHub | 2017-09-25 19:18:16 +0100 |
| commit | 880f980f4eced68b7cb1da53e1e7591f42bafb64 (patch) | |
| tree | db6166c0c41584da8804d720fcdbc3a8519fbe69 /Library/Homebrew/os | |
| parent | 46e6e9911acb34b2931cac4b95befeaa27ebd12f (diff) | |
| parent | dd75dd8a25b6e60b4f87c2220335e5bd37b9cc0f (diff) | |
| download | brew-880f980f4eced68b7cb1da53e1e7591f42bafb64.tar.bz2 | |
Merge pull request #3208 from MikeMcQuaid/more-leopard-fixes
portable-ruby: fix installation on Leopard.
Diffstat (limited to 'Library/Homebrew/os')
| -rw-r--r-- | Library/Homebrew/os/mac/version.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/os/mac/version.rb b/Library/Homebrew/os/mac/version.rb index 89016bb4d..db6dfcb1a 100644 --- a/Library/Homebrew/os/mac/version.rb +++ b/Library/Homebrew/os/mac/version.rb @@ -12,6 +12,7 @@ module OS mountain_lion: "10.8", lion: "10.7", snow_leopard: "10.6", + leopard_64: "10.5", leopard: "10.5", tiger: "10.4", }.freeze |
