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

Use newer Psych rather than ruby's built in YAML #2807

Merged
merged 1 commit into from
May 25, 2022

Conversation

xandroc
Copy link
Contributor

@xandroc xandroc commented May 17, 2022

  • Use 4.0.4 psych gem

Co-authored-by: Alex Rocha [email protected]
Co-authored-by: Michael Oleske [email protected]
Co-authored-by: David Alvarado [email protected]

Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with:

  • A short explanation of the proposed change:
    Use latest psych gem

  • An explanation of the use cases your change solves
    Resolves this github issue which

  • Links to any other associated PRs

  • I have reviewed the contributing guide

  • I have viewed, signed, and submitted the Contributor License Agreement

  • I have made this pull request to the main branch

  • I have run all the unit tests using bundle exec rake

  • I have run CF Acceptance Tests

- Use 4.0.4 psych gem

Co-authored-by: Alex Rocha <[email protected]>
Co-authored-by: Michael Oleske <[email protected]>
Co-authored-by: David Alvarado <[email protected]>
@xandroc xandroc requested a review from sethboyles May 17, 2022 22:15
@MerricdeLauney MerricdeLauney merged commit 4946b9e into main May 25, 2022
@MerricdeLauney MerricdeLauney deleted the use-newer-psych-yaml-parser branch May 25, 2022 17:24
@sethboyles
Copy link
Member

This fixed #2193

moleske added a commit that referenced this pull request Oct 20, 2023
- in #2807 we manually set psych so we could resolve #2193
- the newer psych is available as a default gem in [ruby 3.2](https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/)
@moleske moleske mentioned this pull request Oct 20, 2023
5 tasks
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.

numbers with commas in space manifests get parsed as an integer, not a string
5 participants