mirror of https://github.com/rails/rails
Revert "Lock benchmark-ips version "< 2.9.0""
This reverts commit b63e1477ea
.
This commit is contained in:
parent
e1960a82e7
commit
153a78dee0
2
Gemfile
2
Gemfile
|
@ -119,7 +119,7 @@ group :test do
|
|||
gem "byebug"
|
||||
end
|
||||
|
||||
gem "benchmark-ips", "< 2.9.0"
|
||||
gem "benchmark-ips"
|
||||
end
|
||||
|
||||
platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
|
||||
|
|
|
@ -157,7 +157,7 @@ GEM
|
|||
bcrypt (3.1.16)
|
||||
bcrypt (3.1.16-java)
|
||||
beaneater (1.0.0)
|
||||
benchmark-ips (2.8.4)
|
||||
benchmark-ips (2.9.1)
|
||||
blade (0.7.2)
|
||||
activesupport (>= 3.0.0)
|
||||
blade-qunit_adapter (>= 2.0.1)
|
||||
|
@ -570,7 +570,7 @@ DEPENDENCIES
|
|||
azure-storage-blob
|
||||
backburner
|
||||
bcrypt (~> 3.1.11)
|
||||
benchmark-ips (< 2.9.0)
|
||||
benchmark-ips
|
||||
blade
|
||||
bootsnap (>= 1.4.4)
|
||||
byebug
|
||||
|
|
|
@ -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", "< 2.9.0"
|
||||
gem "benchmark-ips"
|
||||
end
|
||||
|
||||
require "active_support"
|
||||
|
|
Loading…
Reference in New Issue