diff --git a/.rubocop.yml b/.rubocop.yml index 648dfb1..883e26e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,3 +4,6 @@ AllCops: Metrics/LineLength: Enabled: false + +Gemspec/RequiredRubyVersion: + Enabled: false