From 153a78dee07a8c7bfde4ae5aae3576da904096ac Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 25 May 2021 06:11:38 +0900 Subject: [PATCH] Revert "Lock benchmark-ips version "< 2.9.0"" This reverts commit b63e1477eaccfa6416db4f09bb82880ecb0797d1. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- guides/bug_report_templates/benchmark.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9fb2f36e85f..5983fafda0e 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index dd2a56bc68b..479058aaa98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/guides/bug_report_templates/benchmark.rb b/guides/bug_report_templates/benchmark.rb index 1c42ceba4df..f00a7de5f53 100644 --- a/guides/bug_report_templates/benchmark.rb +++ b/guides/bug_report_templates/benchmark.rb @@ -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"