diff options
| author | Noel Peden <[email protected]> | 2023-05-03 06:17:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-03 06:17:04 -0700 |
| commit | 194e852d4f61d7c1acf4cd79df86bee43d84028a (patch) | |
| tree | 948c5609a89c797bc89ae0edeac919ddd4a4b933 /.rubocop.yml | |
| parent | d2d1d6e6b897b73aea408dc4fbcba3d08acf020a (diff) | |
| parent | e7089c59b4da0a09944fcdfe41d0f8886388f875 (diff) | |
| download | caxlsx-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.yml | 2 |
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/**/*' |
