summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2023-05-03 06:17:04 -0700
committerGitHub <[email protected]>2023-05-03 06:17:04 -0700
commit194e852d4f61d7c1acf4cd79df86bee43d84028a (patch)
tree948c5609a89c797bc89ae0edeac919ddd4a4b933 /.rubocop.yml
parentd2d1d6e6b897b73aea408dc4fbcba3d08acf020a (diff)
parente7089c59b4da0a09944fcdfe41d0f8886388f875 (diff)
downloadcaxlsx-194e852d4f61d7c1acf4cd79df86bee43d84028a.tar.gz
caxlsx-194e852d4f61d7c1acf4cd79df86bee43d84028a.zip
Merge pull request #214 from tagliala/chore/reintroduce-ruby26-compatibility
Reintroduce Ruby 2.6 compatibility
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 95d93f14..32a50a30 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,7 +4,7 @@ AllCops:
DisabledByDefault: true
NewCops: enable
SuggestExtensions: false
- TargetRubyVersion: 2.7
+ TargetRubyVersion: 2.6
Exclude:
- 'docs/**/*'
- 'examples/**/*'