diff --git a/Gemfile b/Gemfile index a66ce8b..c4cbc6b 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development, :test do gem "rubocop", "~> 1.63.0", require: false gem "rubocop-rails", "~> 2.24.0", require: false gem "rubocop-rspec", "~> 2.29.0", require: false - gem "rubocop-performance", "~> 1.21.0", require: false + gem "rubocop-performance", "~> 1.23.1", require: false gem "rubocop-rake", "~> 0.6.0", require: false # Testing framework diff --git a/Gemfile.lock b/Gemfile.lock index aa70273..cc9786d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -301,7 +301,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) - rubocop-performance (1.21.1) + rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.24.1) @@ -398,7 +398,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0) rspec-rails (~> 8.0.1) rubocop (~> 1.63.0) - rubocop-performance (~> 1.21.0) + rubocop-performance (~> 1.23.1) rubocop-rails (~> 2.24.0) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.29.0)