diff --git a/Gemfile b/Gemfile index 9966c30..34ae855 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ else gem 'actionview' end -gem 'benchmark-ips', '~> 2.13' +gem 'benchmark-ips', '~> 2.14' gem 'minitest', '~> 5.25' gem 'rake', '~> 13.2' gem 'rubocop', '~> 1.66' diff --git a/Gemfile.lock b/Gemfile.lock index 47768ed..8ecfe58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) - benchmark-ips (2.13.0) + benchmark-ips (2.14.0) bigdecimal (3.1.8) builder (3.2.4) concurrent-ruby (1.3.1) @@ -113,7 +113,7 @@ PLATFORMS DEPENDENCIES actionpack (>= 6.1) actionview - benchmark-ips (~> 2.13) + benchmark-ips (~> 2.14) clsx-rails! minitest (~> 5.25) rake (~> 13.2)