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

Allow YAML alias in translation #501

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

ursm
Copy link
Contributor

@ursm ursm commented Feb 4, 2024

The following error occurred when the translation file contained a YAML alias:

$ bin/rails s 
D, [2024-02-04T15:55:01.732775 #2748152] DEBUG -- : using default configuration
=> Booting Puma
=> Rails 7.1.3 application starting in development 
=> Run `bin/rails server --help` for more startup options
Exiting
/home/ursm/.local/share/mise/installs/ruby/3.3.0/lib/ruby/3.3.0/psych/visitors/to_ruby.rb:432:in `visit_Psych_Nodes_Alias': Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`. (Psych::AliasesNotEnabled)

@danmayer danmayer self-assigned this Feb 4, 2024
@danmayer danmayer merged commit 18612de into danmayer:main Feb 17, 2024
64 checks passed
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