Skip to content

Commit 26a9895

Browse files
committed
target Ruby 3.3
More easily available in RHEL/centos ecosystem. Can revisit 3.4 when it's more mature.
1 parent 8189609 commit 26a9895

File tree

4 files changed

+112
-98
lines changed

4 files changed

+112
-98
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inherit_gem:
1313

1414
AllCops:
1515
SuggestExtensions: false
16-
TargetRubyVersion: 3.4
16+
TargetRubyVersion: 3.3
1717
NewCops: enable
1818

1919
Minitest/MultipleAssertions:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.4
1+
3.3.5

.tool-versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby 3.4.1
2-
nodejs 18.15.0
3-
yarn 1.22.19
1+
ruby 3.3.5
2+
nodejs 22.14.0
3+
yarn 1.22.22

0 commit comments

Comments
 (0)