Skip to content

Commit

Permalink
Remove dead URL
Browse files Browse the repository at this point in the history
The `rubysl/rubysl-yaml` repo and its issue tracker are gone, and there
doesn't seem to be an alternative URL.
  • Loading branch information
jonathanhefner committed Apr 29, 2022
1 parent 89471b2 commit 4d92e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/app_base.rb
Original file line number Diff line number Diff line change
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 4d92e96

Please sign in to comment.