mirror of https://github.com/rails/rails
Revert "Lock benchmark-ips version "< 2.8""
This reverts commitc1b8833edb
. Revert "Lock benchmark-ips version < 2.8" This reverts commit62bfa50ff2
. LoadError is fixed in benchmark-ips 2.8.2. https://github.com/evanphx/benchmark-ips/pull/101
This commit is contained in:
parent
27a1ca2bfe
commit
60bfed90ce
2
Gemfile
2
Gemfile
|
@ -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 @@ gemfile(true) do
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue