From 6d709d589af3adc66315244603e6128903b646be Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Sat, 2 Nov 2024 14:49:36 -0400 Subject: [PATCH] Use ruby 3.0 in standard config --- .standard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.standard.yml b/.standard.yml index 3a0787a..e9efa16 100644 --- a/.standard.yml +++ b/.standard.yml @@ -1,3 +1,3 @@ # For available configuration options, see: # https://github.com/testdouble/standard -ruby_version: 2.6 +ruby_version: 3.0