-
Notifications
You must be signed in to change notification settings - Fork 114
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 just-the-docs from 0.8.1 to 0.8.2, bump transitive dependencies #45
Conversation
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/just-the-docs/just-the-docs/commits) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Huh - there's an issue installing |
Not sure what's going on with `sass-embedded` here...
Huh - on RubyGems, the gem still exists with the correct version |
2fe58f1
to
eb0d86c
Compare
Hm. It's not clear to me why the Netlify runner is trying to pull from https://rubygems.org/gems/sass-embedded-1.74.1-x86_64-linux.gem, given that the lockfile specifies the version as |
This was an absolute pain to figure out
d3b6418
to
ede5a9e
Compare
I am ... so confused LOL. I hope whoever is following this thread gets a kick out of this. I will look at this another time - ideally don't want to just ship 63ddce0, but it's not clear to me why ede5a9e fails when |
Ah! Okay, after some more triaging, this is a duplicate of and sass-contrib/sass-embedded-host-ruby#176 and sass-contrib/sass-embedded-host-ruby#187. The maintainer comments that
I bumped the ruby version to 3.3.0 and regenerated the Gemfile.lock, and now this passes! I'm going to now trim down the platform list, but glad that this has been somewhat resolved 😓 |
Okay, wow - this was a headache. This is GTM for now - it's unclear to me how these platform issues will ripple to our downstream users, but it's promising that this works on Netlify, Actions, and GitLab runners. |
This PR essentially updates the "default" Ruby version to 3.3. In the process, it: - fixes a bug with the linux platform for `sass-embedded` - regenerates the `Gemfile.lock` with Bundler 2.5.9 - adds Ruby 3.3 to the testing matrix & updates our deployment actions to use Ruby 3.3 - removes Ruby 3.0 from the testing matrix, as it is now end of life This PR is motivated by just-the-docs/just-the-docs-template#45, where I discovered that depending on the bundler/RubyGems version, the platform resolution for platformed gems can fail.
Bumps just-the-docs from 0.8.1 to 0.8.2.
Changelog
Sourced from just-the-docs's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)