From 05c7887dbbb623e5b65da7951c4863d66595f7c1 Mon Sep 17 00:00:00 2001 From: Aaron Baldwin Date: Thu, 14 May 2026 15:53:59 -0600 Subject: [PATCH 1/2] update ruby to 4.0.4 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 7921bd0..c5106e6 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.8 +4.0.4 From 7ecc9a156d0c27d6fe87bcf8edbb03d8076df67b Mon Sep 17 00:00:00 2001 From: Aaron Baldwin Date: Thu, 14 May 2026 16:00:08 -0600 Subject: [PATCH 2/2] remove target ruby version --- .rubocop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index ac0e2e0..35a78bd 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,7 +9,6 @@ plugins: AllCops: NewCops: enable - TargetRubyVersion: 3.3 SuggestExtensions: false Exclude: - bin/*