Skip to content

Commit 32852d4

Browse files
authored
UPDATE to ruby 4.0.0 (#258)
See [announcement][1]. [1]: https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/
1 parent b576b11 commit 32852d4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ruby-gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Set up Ruby 3.4
21+
- name: Set up Ruby 4.0
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 3.4
24+
ruby-version: 4.0
2525

2626
- name: Publish to RubyGems
2727
run: |

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby: ['3.2', '3.3', '3.4']
14+
ruby: ['3.2', '3.3', '3.4', '4.0']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Ruby ${{ matrix.ruby }}
@@ -33,10 +33,10 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
36-
- name: Set up Ruby 3.4
36+
- name: Set up Ruby 4.0
3737
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: 3.4
39+
ruby-version: 4.0
4040
bundler-cache: true # 'bundle install' and cache gems
4141
- name: Lint
4242
run: make lint

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
4.0.0

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Development tools:
44

5-
* bump to ruby 3.4.8
5+
* bump to ruby 4.0.0
66
* update gems
77

88
# v8.1.0 (December 12. 2025)

0 commit comments

Comments
 (0)