Require arel master in the benchmark template

Pointing at Rails master generally requires pointing at Arel master
This commit is contained in:
Sean Griffin 2017-07-25 15:49:39 -04:00
parent eb080d91ce
commit 0267019a55
1 changed files with 1 additions and 0 deletions

View File

@ -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