Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHordur Freyr Yngvason <hfyngvason@gitlab.com>2019-08-15 02:16:55 +0300
committerStan Hu <stanhu@gmail.com>2019-08-15 02:16:55 +0300
commit37ffbeeab1f634449a149417679353724bbda5d6 (patch)
tree7fc68c631320ae17b13c936b25964e7a5090a498 /.rubocop.yml
parentc8dfb11b28e0292f2b89f65da12e7fc31aea5b48 (diff)
Make ruby 2.6 the officially supported version
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 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/**/*'