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
Actions