bump ruby target

Mon, 13 Feb 2023 12:28:48 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 13 Feb 2023 12:28:48 -0600
changeset 1018
cf7b17e7c1a3
parent 1017
6944e81bc60f
child 1019
7e42fd320166

bump ruby target

.rubocop.yml file | annotate | diff | comparison | revisions
--- 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/**/*
 

mercurial