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

Bump autoprefixer-rails #39

Closed
wants to merge 4 commits into from
Closed

Commits on Nov 2, 2020

  1. Bump autoprefixer-rails

    Problem
    -------
    
    `autoprefixer-rails` v 9.x was reporting deprecation warnings everytime
    you did a build or serve.
    
    ```
    DEPRECATION WARNING: autoprefixer-rails was deprected. Migration guide:
    https://github.com/ai/autoprefixer-rails/wiki/Deprecated (called from load at /Users/jon/.rbenv/versions/2.6.5/bin/middleman:23)
    ```
    
    Some futher investigation makes me think it's not in fact deprecated but
    has picked up some new owners and is still in development.
    
    Solution
    ---------
    
    Bump to the new version (10.0.1) to suppress the error message.
    
    I tested this locally by building a current middleman project and the
    css that came out was identical to the previous version.  Also your
    tests still pass.
    Jon Rogers committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    aa179db View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Try node 10 for travis

    Jon Rogers committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    a580c8b View commit details
    Browse the repository at this point in the history
  2. update bundler

    Jon Rogers committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f9819a6 View commit details
    Browse the repository at this point in the history
  3. Revert "update bundler"

    This reverts commit f9819a6.
    Jon Rogers committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    2907e1a View commit details
    Browse the repository at this point in the history