Revert "Lock benchmark-ips version "< 2.9.0""

This reverts commit b63e1477ea.
This commit is contained in:
Ryuta Kamizono 2021-05-25 06:11:38 +09:00
parent e1960a82e7
commit 153a78dee0
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

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", "< 2.9.0"
gem "benchmark-ips"
end
require "active_support"