From 077feab3a63ce185088fa7f2c77b406490ae732b Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Thu, 15 Sep 2022 15:09:00 +0900 Subject: [PATCH] Use RuboCop Perfromance 1.15 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bf74f15b..d72a9112 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gemspec gem 'bump', require: false gem 'rake' gem 'rubocop', github: 'rubocop/rubocop' -gem 'rubocop-performance', '~> 1.13.0' +gem 'rubocop-performance', '~> 1.15.0' gem 'yard', '~> 0.9' local_gemfile = File.expand_path('Gemfile.local', __dir__)