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

Lock benchmark-ips version "< 2.8"

Looks like benchmark-ips 2.8.0 is broken.

https://buildkite.com/rails/rails/builds/68583#cefd24fb-33e5-4967-ab5d-f52c46700cd7/1879-1934
This commit is contained in:
Ryuta Kamizono 2020-05-02 06:18:21 +09:00
parent 3754088685
commit c1b8833edb

View file

@ -8,7 +8,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", github: "rails/rails"
gem "benchmark-ips"
gem "benchmark-ips", "< 2.8"
end
require "active_support"