Skip to content

Commit 8648c68

Browse files
committed
Update ruby to 3.4.7
1 parent 595153a commit 8648c68

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '3.1.6'
1919
- '3.2.2'
2020
- '3.3.6'
21+
- '3.4.7'
2122

2223
steps:
2324
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: '3.2.2'
23+
ruby-version: '3.4.7'
2424
- name: Install gems
2525
run: bundle install
2626
- name: Set version

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.2.2
1+
ruby 3.4.7

0 commit comments

Comments
 (0)