Bump rails-ai-context from 5.24.0 to 5.26.0 - #202
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
|
@dependabot recreate |
Bumps [rails-ai-context](https://github.com/crisnahine/rails-ai-context) from 5.24.0 to 5.26.0. - [Release notes](https://github.com/crisnahine/rails-ai-context/releases) - [Changelog](https://github.com/crisnahine/rails-ai-context/blob/main/CHANGELOG.md) - [Commits](crisnahine/rails-ai-context@v5.24.0...v5.26.0) --- updated-dependencies: - dependency-name: rails-ai-context dependency-version: 5.26.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bundler/rails-ai-context-5.26.0
branch
from
September 16, 2026 11:24
e6357ef to
321e448
Compare
Contributor
|
This PR does more than bump mission_control-jobs 1.2.0 → 1.3.1. The lockfile also upgrades json from 2.21.2 to 3.0.2 (a major). Rails 8.1 still calls JSON.parse / JSON.generate with a second options argument, and json 3.0 rejects that (ArgumentError: wrong number of arguments (given 2, expected 1)). That shows up anywhere JSON is used: jsonb columns (TestAttempt#vars, PracticalTask#validator), create!, and even flash[:alert] = …. CI currently reports 222 failures from that, not from mission_control-jobs itself. Next step is either pinning json to ~> 2.21 and re-resolving, or bumping mission_control-jobs without taking json 3. We can merge once tests pass without the JSON 3 major. Same as PR: #201 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rails-ai-context from 5.24.0 to 5.26.0.
Release notes
Sourced from rails-ai-context's releases.
... (truncated)
Changelog
Sourced from rails-ai-context's changelog.
... (truncated)
Commits
9eabf16Merge pull request #182 from crisnahine/worktree-qa-round-nine416d354the test bundle pins json below 3 where Rails cannot encode against itcc8bfaerelease: v5.26.0 - twenty-two Mastodon defects, and what twelve review rounds...c9733fathe abstract check and the parity example say what they pin0c1ae8eone source line read twice is one declaration09fd110the order of the base chain is pinned, and the parity example names its answer95f1c2awhat the twelfth round found in the wider walkc6f3f94a base the walk could not read is a gap its children state423d43da model inherits what its superclasses declare, abstract ones included9a1089fwhat the eleventh round found in the tenth round's fixes