We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275e903 commit ee361a0Copy full SHA for ee361a0
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- ruby-version: ["3.1", "3.2", "3.3"]
+ ruby-version: ["3.2", "3.3", "3.4"]
17
cldr-version: [41]
18
19
steps:
.rubocop.yml
@@ -5,7 +5,7 @@ inherit_gem:
5
rubocop-shopify: rubocop.yml
6
7
AllCops:
8
- TargetRubyVersion: 3.1
+ TargetRubyVersion: 3.2
9
UseCache: true
10
CacheRootDirectory: tmp/rubocop
11
NewCops: enable
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+
20
* [Thor](http://whatisthor.com/)
21
22
## Installation
0 commit comments