From 0267019a55540bcc13952cb720c7869a76168014 Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Tue, 25 Jul 2017 15:49:39 -0400 Subject: Require arel master in the benchmark template Pointing at Rails master generally requires pointing at Arel master --- guides/bug_report_templates/benchmark.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/bug_report_templates') 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 -- cgit v1.2.3