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

Conversation

jzern
Copy link
Collaborator

@jzern jzern commented Aug 22, 2024

  • docs/Gemfile.lock: update gem dependencies
  • docs/.ruby-version: bump version to 2.5.0

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.
```
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.
```
Copy link
Collaborator

@FrankGalligan FrankGalligan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@FrankGalligan FrankGalligan merged commit c668f60 into main Oct 16, 2024
34 checks passed
@jzern jzern deleted the ruby-version branch October 16, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants