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 minimist from 1.2.5 to 1.2.8 #43

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 9, 2023

  1. Fix jekyll-sass-converter problem

    Deploying on Netlify I got:
    
    ```log
    sass-embedded-1.58.3-x86_64-linux-musl requires rubygems version >= 3.3.22,
    which is incompatible with the current version, 3.0.8
    ```log
    
    I found the fix here:
    <https://answers.netlify.com/t/rubygems-version-outdated-cannot-deploy/83652/4>
    luispuerto committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e65a051 View commit details
    Browse the repository at this point in the history
  2. Bump minimist from 1.2.5 to 1.2.8

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    854f862 View commit details
    Browse the repository at this point in the history