Skip to content

Commit e4e2426

Browse files
committed
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
1 parent 7767b4f commit e4e2426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/bug_report_templates/action_controller_gem.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# Activate the gem you are reporting the issue against.
1111
gem "rails", "~> 7.1.0"
12+
gem "psych"
1213
end
1314

1415
require "rack/test"

0 commit comments

Comments
 (0)