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

This reverts commit c1b8833edbc55cdbea34b572e8759a92ed9a4660.

Revert "Lock benchmark-ips version < 2.8"

This reverts commit 62bfa50ff2db093508575b442ac50b125dd0850b.

LoadError is fixed in benchmark-ips 2.8.2.

https://github.com/evanphx/benchmark-ips/pull/101
This commit is contained in:
Ryuta Kamizono 2020-06-05 10:17:51 +09:00
parent 27a1ca2bfe
commit 60bfed90ce
3 changed files with 4 additions and 4 deletions

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

@ -149,7 +149,7 @@ GEM
bcrypt (3.1.13)
bcrypt (3.1.13-java)
beaneater (1.0.0)
benchmark-ips (2.7.2)
benchmark-ips (2.8.2)
blade (0.7.1)
activesupport (>= 3.0.0)
blade-qunit_adapter (~> 2.0.1)
@ -547,7 +547,7 @@ DEPENDENCIES
azure-storage-blob
backburner
bcrypt (~> 3.1.11)
benchmark-ips (< 2.8)
benchmark-ips
blade
blade-sauce_labs_plugin
bootsnap (>= 1.4.4)

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