Patch #34159
Update RuboCop Performance to 1.10
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Gems support | |||
Target version: | 4.2.0 |
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
Associated revisions
Update RuboCop Performance to 1.8 (#34159).
Update RuboCop Performance to 1.9 (#34159).
Update RuboCop Performance to 1.10 (#34159).
History
#1
Updated by Go MAEDA almost 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 4.2.0
Committed the patch.
#2
Updated by Go MAEDA over 1 year 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.
#3
Updated by Go MAEDA over 1 year 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.