diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-03 18:56:24 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-03 18:56:24 +0200 |
| commit | 76647606589f1f5d370a1b0add2b1b8e52dc82ea (patch) | |
| tree | e7cc041098b4a4fbd6d9e4e20bbd90c21308e95b /Gemfile | |
| parent | aaf88bd98054b1823ba0ade4b883b84e41b5e947 (diff) | |
| download | caxlsx-76647606589f1f5d370a1b0add2b1b8e52dc82ea.tar.gz caxlsx-76647606589f1f5d370a1b0add2b1b8e52dc82ea.zip | |
Introduce RuboCop performance
Also fixes performance offences in non-production code
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
