summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-03 18:56:24 +0200
committerGeremia Taglialatela <[email protected]>2023-05-03 18:56:24 +0200
commit76647606589f1f5d370a1b0add2b1b8e52dc82ea (patch)
treee7cc041098b4a4fbd6d9e4e20bbd90c21308e95b /Gemfile
parentaaf88bd98054b1823ba0ade4b883b84e41b5e947 (diff)
downloadcaxlsx-76647606589f1f5d370a1b0add2b1b8e52dc82ea.tar.gz
caxlsx-76647606589f1f5d370a1b0add2b1b8e52dc82ea.zip
Introduce RuboCop performance
Also fixes performance offences in non-production code
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 12bd9780..734b9087 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,7 @@ gemspec
group :development, :test do
gem 'rubocop', '~> 1.50.2'
gem 'rubocop-minitest', '~> 0.30.0'
+ gem 'rubocop-performance', '~> 1.17.1'
end
group :test do