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

ruby version #1079

Merged
merged 2 commits into from
Oct 16, 2024
Merged

ruby version #1079

merged 2 commits into from
Oct 16, 2024

Commits on Aug 22, 2024

  1. docs/Gemfile.lock: update gem dependencies

    Using `bundle update --all`. This may get a better baseline for
    Dependabot in the future; recent runs failed due to mixed dependency
    requirements:
    
    ```
    Bundler::SolveFailure with message: Could not find compatible versions
    
    Because github-pages >= 224 depends on jekyll-seo-tag = 2.8.0
      and jekyll-seo-tag >= 2.8.0 depends on Ruby >= 2.5.0,
      github-pages >= 224 requires Ruby >= 2.5.0.
    So, because Gemfile depends on github-pages >= 231, <= 232
      and current Ruby version is = 2.4.1,
      version solving has failed.
    ```
    jzern committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    53f6ee6 View commit details
    Browse the repository at this point in the history
  2. docs/.ruby-version: bump version to 2.5.0

    This should address recent Dependabot failures:
    
    ```
    Bundler::SolveFailure with message: Could not find compatible versions
    
    Because github-pages >= 224 depends on jekyll-seo-tag = 2.8.0
      and jekyll-seo-tag >= 2.8.0 depends on Ruby >= 2.5.0,
      github-pages >= 224 requires Ruby >= 2.5.0.
    So, because Gemfile depends on github-pages >= 231, <= 232
      and current Ruby version is = 2.4.1,
      version solving has failed.
    ```
    jzern committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    049616e View commit details
    Browse the repository at this point in the history