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

Make version warnings more robust #957

Merged
merged 1 commit into from
Mar 5, 2020

Commits on Mar 5, 2020

  1. Make version warnings more robust

    Users are mistakenly getting this warning when building apps:
    
    ```
    Your Ruby version is not present on the next stack
           You are currently using ruby-2.6.5 on heroku-16 stack.
           This version does not exist on heroku-18. In order to upgrade your stack you will
           need to upgrade to a supported Ruby version.
           For a list of supported Ruby versions see:
             https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
           For a list of the oldest Ruby versions present on a given stack see:
             https://devcenter.heroku.com/articles/ruby-support#oldest-available-runtimes
    ```
    
    I believe this is a result of network glitches. We should be cautious about warning about issues that don't actually exist.
    schneems committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    5017ce0 View commit details
    Browse the repository at this point in the history