diff --git a/Gemfile b/Gemfile index eda27e2156..da7424ea76 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ end group :development do gem "allocation_stats", "~> 0.1" gem "allocation_tracer", "~> 0.6.3" - gem "benchmark-ips", "~> 2.8.4" + gem "benchmark-ips", "~> 2.12.0" gem "capybara", "~> 3.39.2" gem "cuprite", "~> 0.14.3" gem "erb_lint", "~> 0.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index fa64f7ec07..341229a5ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM ansi (1.5.0) ast (2.4.2) base64 (0.1.1) - benchmark-ips (2.8.4) + benchmark-ips (2.12.0) better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) @@ -279,7 +279,7 @@ DEPENDENCIES activesupport (= 7.1.1) allocation_stats (~> 0.1) allocation_tracer (~> 0.6.3) - benchmark-ips (~> 2.8.4) + benchmark-ips (~> 2.12.0) bootsnap (>= 1.4.2) capybara (~> 3.39.2) cuprite (~> 0.14.3)