diff --git a/Gemfile b/Gemfile index d52b640..d8f8834 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :test do gem "oj", "~> 3.14" if ENV["WITH_OJ_GEM"] == "true" gem "rspec", "~> 3.13.0" gem "rubocop", "~> 1.68.0" - gem "rubocop-performance", "~> 1.22.0" + gem "rubocop-performance", "~> 1.23.0" gem "simplecov", "~> 0.22.0" gem "simplecov-console", "~> 0.9.1" end