Conversation
`psych-4.x` default in Ruby 3.1 breaks our Cucumber based tests.
|
If we switch to unsafe loading, can we avoid locking Psych? If we can't avoid locking Psych, would you mind adding a |
|
Is it related to #8772? |
I'm not so confident of making the switch to unsafe loading, especially for a minor release Jekyll 4.3.0. Perhaps we'll get enough feedback by the time Jekyll 4.4.0 or Jekyll 5.0 materializes..? Ruby 3.0.0 shipped with Therefore, my take is that locking is the optimal route now.
Not really @fauno. That PR doesn't explicitly use Psych 4.0 instead relying on the default version shipped with the Ruby version in use. |
mattr-
left a comment
There was a problem hiding this comment.
Appreciate the comment here. Let's ![]()
|
@jekyllbot: merge +dev |
Ashwin Maroli: Lock gem `psych` to `v3.x` (#8918) Merge pull request 8918
Summary
psych-4.xdefault in Ruby 3.1 breaks our Cucumber based tests.Context