Lock benchmark-ips version "< 2.9.0"

Accidentally benchmark-ips 2.9.0 doesn't contain
"lib/benchmark/ips/noop_suite.rb".

https://buildkite.com/rails/rails/builds/77608#ba2b5c32-d02c-4dc4-9c48-f731b513f883/2031-2080
This commit is contained in:
Ryuta Kamizono 2021-05-23 06:03:04 +09:00
parent 3bd6b688d0
commit b63e1477ea
3 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@ group :test do
gem "byebug"
end
gem "benchmark-ips"
gem "benchmark-ips", "< 2.9.0"
end
platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do

View File

@ -570,7 +570,7 @@ DEPENDENCIES
azure-storage-blob
backburner
bcrypt (~> 3.1.11)
benchmark-ips
benchmark-ips (< 2.9.0)
blade
bootsnap (>= 1.4.4)
byebug
@ -634,4 +634,4 @@ DEPENDENCIES
websocket-client-simple!
BUNDLED WITH
2.2.15
2.2.16

View File

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