Merge pull request #44984 from jonathanhefner/rubinius-remove-dead-url

Remove dead URL
This commit is contained in:
Gannon McGibbon 2022-04-29 19:14:18 -04:00 committed by GitHub
commit 6086c515b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ module Rails
return unless defined?(Rubinius)
comment = "Use Psych as the YAML engine, instead of Syck, so serialized " \
"data can be read safely from different rubies (see https://github.com/rubysl/rubysl-yaml/pull/3)"
"data can be read safely from different rubies"
GemfileEntry.new("psych", "~> 2.0", comment, platforms: :rbx)
end