aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2017-07-25 15:49:39 -0400
committerSean Griffin <sean@seantheprogrammer.com>2017-07-25 15:50:10 -0400
commit0267019a55540bcc13952cb720c7869a76168014 (patch)
tree3ca7e1d1da425cee6ff4811ebe1d880838fc6792 /guides/bug_report_templates
parenteb080d91ce83bad4d0c20d3f1b68e3daa72b04e5 (diff)
downloadrails-0267019a55540bcc13952cb720c7869a76168014.tar.gz
rails-0267019a55540bcc13952cb720c7869a76168014.tar.bz2
rails-0267019a55540bcc13952cb720c7869a76168014.zip
Require arel master in the benchmark template
Pointing at Rails master generally requires pointing at Arel master
Diffstat (limited to 'guides/bug_report_templates')
-rw-r--r--guides/bug_report_templates/benchmark.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/bug_report_templates/benchmark.rb b/guides/bug_report_templates/benchmark.rb
index 54433b34dd..a0b541d012 100644
--- a/guides/bug_report_templates/benchmark.rb
+++ b/guides/bug_report_templates/benchmark.rb
@@ -8,6 +8,7 @@ end
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails"
+ gem "arel", github: "rails/arel"
gem "benchmark-ips"
end