From ee361a098e45efb838d015ffe76a67628e0e7925 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Sun, 9 Nov 2025 10:24:05 -0500 Subject: [PATCH] Bump minimum Ruby version to 3.2 Test against Ruby 3.4 --- .github/workflows/test.yml | 2 +- .rubocop.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3e381cc..88c8f9e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ["3.1", "3.2", "3.3"] + ruby-version: ["3.2", "3.3", "3.4"] cldr-version: [41] steps: diff --git a/.rubocop.yml b/.rubocop.yml index f3248caf..a73b8171 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,7 +5,7 @@ inherit_gem: rubocop-shopify: rubocop.yml AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.2 UseCache: true CacheRootDirectory: tmp/rubocop NewCops: enable diff --git a/README.md b/README.md index e1998fc6..ec7de401 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ There are still a number of issues that need to be addressed before it can be co ## Requirements - * Ruby 3.1+ + * Ruby 3.2+ * [Thor](http://whatisthor.com/) ## Installation