Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Sierra Compatibility for generate_cask_token #39106

Merged
merged 1 commit into from
Sep 29, 2017

Commits on Sep 29, 2017

  1. High Sierra Compatibility

    ```
    user@elcapitan ~ % sw_vers
    ProductName:	Mac OS X
    ProductVersion:	10.11.6
    BuildVersion:	15G1510
    user@elcapitan ~ % l /System/Library/Frameworks/Ruby.framework/Versions/Current
    lrwxr-xr-x  1 root  wheel     3B Oct 21  2015 /System/Library/Frameworks/Ruby.framework/Versions/Current -> 2.0
    ```
    
    ```
    user@sierra ~ % sw_vers
    ProductName:	Mac OS X
    ProductVersion:	10.12.6
    BuildVersion:	16G29
    user@sierra ~ % l /System/Library/Frameworks/Ruby.framework/Versions/Current
    lrwxr-xr-x  1 root  wheel     3B Sep 22  2016 /System/Library/Frameworks/Ruby.framework/Versions/Current -> 2.0
    ```
    
    ```
    user@highsierra ~ % sw_vers
    ProductName:	Mac OS X
    ProductVersion:	10.13
    BuildVersion:	17A365
    user@highsierra ~ % l /System/Library/Frameworks/Ruby.framework/Versions/Current
    lrwxr-xr-x  1 root  wheel     3B 27 sep 14:20 /System/Library/Frameworks/Ruby.framework/Versions/Current -> 2.3
    ```
    qkdreyer authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    07a32dd View commit details
    Browse the repository at this point in the history