Skip to content

build.yml - JSON.fast_generate is removed, use JSON.generate - #39

Merged
MSP-Greg merged 1 commit into
ruby:mainfrom
MSP-Greg:00-fast-generate
Aug 19, 2026
Merged

build.yml - JSON.fast_generate is removed, use JSON.generate#39
MSP-Greg merged 1 commit into
ruby:mainfrom
MSP-Greg:00-fast-generate

Conversation

@MSP-Greg

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions workflow’s Ruby one-liners to stop using JSON.fast_generate (now removed) and instead use the supported JSON.generate when serializing ENV for subsequent parsing in the Windows setup steps.

Changes:

  • Replace JSON.fast_generate(ENV.to_h) with JSON.generate(ENV.to_h) in the MSVC environment capture step.
  • Replace JSON.fast_generate(ENV.to_h) with JSON.generate(ENV.to_h) in the ridk.cmd enable environment capture step.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@MSP-Greg
MSP-Greg merged commit 357c515 into ruby:main Aug 19, 2026
18 checks passed
@MSP-Greg
MSP-Greg deleted the 00-fast-generate branch August 19, 2026 02:31
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