mirror of https://github.com/rails/rails
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:
parent
3bd6b688d0
commit
b63e1477ea
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue