From 1d766219f15c29d513a5f9c6d41638a3ce53215b Mon Sep 17 00:00:00 2001 From: Aotokitsuruya Date: Thu, 4 Jul 2024 16:24:51 +0800 Subject: [PATCH] Fix rubocop target version --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 1f47c7b..1cf33aa 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,6 +2,10 @@ # alphabetically inherit_from: - https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml + +AllCops: + TargetRubyVersion: 3.0 + Layout/LineLength: Exclude: - Gemfile