1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -8,6 +8,7 @@ end
gemfile(true) do gemfile(true) do
source "https://rubygems.org" source "https://rubygems.org"
gem "rails", github: "rails/rails" gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
gem "benchmark-ips" gem "benchmark-ips"
end end