Add psych to the bug report template

With release of psych 5.1.1.1 bundler doesn't know which version to
load.

https://buildkite.com/rails/rails/builds/100852
This commit is contained in:
Rafael Mendonça França 2023-10-16 14:14:21 +00:00
parent 7767b4f76b
commit e4e242685e
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

@ -9,6 +9,7 @@
# Activate the gem you are reporting the issue against.
gem "rails", "~> 7.1.0"
gem "psych"
end
require "rack/test"