Mon, 13 Feb 2023 12:28:48 -0600
bump ruby target
--- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,10 @@ --- +# require: standard +# inherit_gem: +# standard: config/base.yml + AllCops: - TargetRubyVersion: 2.7 - NewCops: enable + TargetRubyVersion: "3.1.0" Exclude: - vendor/**/*