Skip to content

BUILD FAILED Ruby 3.3.3 (error in yaml_serializer.rb) #2412

Closed Answered by 23tux
23tux asked this question in Build failures
Discussion options

You must be logged in to vote

Turns out, my .gemrc had a formatting, that the new Psych parser didn't like. I had to change it:

old:

gem: --no-document
:sources:
- s3://custom-gems
- https://rubygems.org/
s3_source: {
  custom-gems: {
    id: "XXXXXXXXXX",
    secret: "XXXXXXXX",
    region: "eu-central-1"
  }
}

new:

gem: --no-document
:sources:
  - s3://custom-gems
  - https://rubygems.org/
s3_source:
  custom-gems:
    id: "XXXXXXXXXX"
    secret: "XXXXXXXX"
    region: "eu-central-1"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 23tux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant