diff options
author | Hordur Freyr Yngvason <hfyngvason@gitlab.com> | 2019-08-14 23:16:55 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-14 23:16:55 +0000 |
commit | 37ffbeeab1f634449a149417679353724bbda5d6 (patch) | |
tree | 7fc68c631320ae17b13c936b25964e7a5090a498 /.rubocop.yml | |
parent | c8dfb11b28e0292f2b89f65da12e7fc31aea5b48 (diff) | |
download | gitlab-ce-37ffbeeab1f634449a149417679353724bbda5d6.tar.gz |
Make ruby 2.6 the officially supported version
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 79e06439ac2..b75c63e1f58 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,7 +8,7 @@ require: - rubocop-rspec AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.6 TargetRailsVersion: 5.0 Exclude: - 'vendor/**/*' |