diff --git a/Gemfile b/Gemfile index 6a9cff3..3165892 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'rake', '13.2.1', require: false gem 'rspec-rails', '7.1.0', require: false gem 'rubocop', '1.71.0', require: false gem 'rubocop-minitest', '0.36.0', require: false -gem 'rubocop-performance', '1.23.0', require: false +gem 'rubocop-performance', '1.23.1', require: false gem 'rubocop-rake', '>0', require: false gem 'rubocop-rspec', '3.4.0', require: false gem 'simplecov', '0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index ee0bbe2..e001ec7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,7 +257,7 @@ GEM rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-performance (1.23.0) + rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) @@ -320,7 +320,7 @@ DEPENDENCIES rspec-rails (= 7.1.0) rubocop (= 1.71.0) rubocop-minitest (= 0.36.0) - rubocop-performance (= 1.23.0) + rubocop-performance (= 1.23.1) rubocop-rake (> 0) rubocop-rspec (= 3.4.0) simplecov (= 0.22.0)