diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-17 01:46:29 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-17 01:46:29 +0000 |
commit | 029bab2767154652954f1d21eefb3e619a8f3cec (patch) | |
tree | 567a3f13d60c418129afe07310bdf3c0d30f9767 /.rubocop.yml | |
parent | 83b68e1a1c703b1ad86ba82cd992581445ec3615 (diff) | |
download | redmine-029bab2767154652954f1d21eefb3e619a8f3cec.tar.gz redmine-029bab2767154652954f1d21eefb3e619a8f3cec.zip |
Set RuboCop TargetRubyVersion to 2.7 (#38134).
git-svn-id: https://svn.redmine.org/redmine/trunk@22057 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 3baa592f2..ef8cac469 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 2.7 TargetRailsVersion: 6.1 NewCops: enable |