summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-04-01 17:05:00 +0000
committerGo MAEDA <maeda@farend.jp>2021-04-01 17:05:00 +0000
commitbb09ec138494086f37352ea7730b9cbdecd0bfb8 (patch)
tree6211dd646ce37008fe8c1d30a075144716a78e4b /.rubocop.yml
parent4d42e7a98fd4bb6c74054788934ce58ae431e835 (diff)
downloadredmine-bb09ec138494086f37352ea7730b9cbdecd0bfb8.tar.gz
redmine-bb09ec138494086f37352ea7730b9cbdecd0bfb8.zip
Set TargetRubyVersion of RuboCop to 2.5 (#31128).
git-svn-id: http://svn.redmine.org/redmine/trunk@20904 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 84361a324..bf266b350 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.5
TargetRailsVersion: 5.2
NewCops: enable