Skip to content

Commit

Permalink
Merge pull request #44984 from jonathanhefner/rubinius-remove-dead-url
Browse files Browse the repository at this point in the history
Remove dead URL
  • Loading branch information
gmcgibbon committed Apr 29, 2022
2 parents 3c971f3 + 4d92e96 commit 6086c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/app_base.rb
Expand Up @@ -369,7 +369,7 @@ def psych_gemfile_entry
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

Expand Down

0 comments on commit 6086c51

Please sign in to comment.