From 42c4860ef5b1baab7c8bfab54b6ab51882dd469e Mon Sep 17 00:00:00 2001 From: akumari Date: Fri, 28 Jun 2024 17:34:31 +0530 Subject: [PATCH] Fix Gemspec/RequiredRubyVersion cop --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index fb7f978..4cdd7b8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,6 +2,9 @@ inherit_gem: theforeman-rubocop: - strict.yml +AllCops: + TargetRubyVersion: 2.7 + Layout/LineLength: Enabled: 111 # TODO: discuss and set this