diff options
| author | Stefan <[email protected]> | 2023-04-27 18:03:35 +0200 |
|---|---|---|
| committer | Stefan <[email protected]> | 2023-04-27 18:03:35 +0200 |
| commit | d2d1d6e6b897b73aea408dc4fbcba3d08acf020a (patch) | |
| tree | b035d4bc0e0e77f11070e616b8d33d6faca5e83f /.rubocop.yml | |
| parent | 3399d667294716e03072f94da3e0976465ac8445 (diff) | |
| download | caxlsx-d2d1d6e6b897b73aea408dc4fbcba3d08acf020a.tar.gz caxlsx-d2d1d6e6b897b73aea408dc4fbcba3d08acf020a.zip | |
Drop support for Ruby < 2.7
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 a8f660ca..95d93f14 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ AllCops: DisabledByDefault: true NewCops: enable SuggestExtensions: false - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.7 Exclude: - 'docs/**/*' - 'examples/**/*' |
