Actions
Patch #34159
closedUpdate RuboCop Performance to 1.10
Description
Since Redmine dropped the support for Ruby 2.3, we can update RuboCop Performance from 1.5 to 1.8.
Index: Gemfile
===================================================================
--- Gemfile (リビジョン 20172)
+++ Gemfile (作業コピー)
@@ -93,7 +93,7 @@
gem "selenium-webdriver"
# RuboCop
gem 'rubocop', '~> 1.0.0'
- gem 'rubocop-performance', '~> 1.5.0'
+ gem 'rubocop-performance', '~> 1.8.0'
gem 'rubocop-rails', '~> 2.8.0'
end
Updated by Go MAEDA about 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 4.2.0
Committed the patch.
Updated by Go MAEDA almost 4 years ago
- Subject changed from Update RuboCop Performance to 1.8 to Update RuboCop Performance to 1.9
Updated RuboCop Performance to 1.9 in r20582.
Updated by Go MAEDA over 3 years ago
- Subject changed from Update RuboCop Performance to 1.9 to Update RuboCop Performance to 1.10
Updated RuboCop Performance to 1.10 in r20759.
Actions