diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2022-12-04 19:59:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-04 19:59:33 +0300 |
| commit | b5d6f2785356f2874e9f8f05c44bc8c6576e309b (patch) | |
| tree | 16eafdfa9830280419aa74f6040e356a7dacfa3f /.rubocop.yml | |
| parent | 7536e03eab9113ef9d13c9daaeb7d921a9e6f544 (diff) | |
Drop support for Ruby < 2.5 (#428)
Those ancient things are several years EOL
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 705e7a6..cce9c28 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ require: - rubocop-rake - rubocop-rspec AllCops: - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.5 Gemspec/DateAssignment: Enabled: true Layout/ArgumentAlignment: |
