Skip to content

Commit 3c8bab9

Browse files
committed
Added Ruby 4.0.0 as default ruby and to CI matrix
1 parent 1fb8f87 commit 3c8bab9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
strategy:
1919
matrix:
20-
ruby: [3.2, 3.3, 3.4]
20+
ruby: [3.2, 3.3, 3.4, 4.0]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v6

.ruby-version

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
simplecov_json_formatter (0.1.4)
6969
unicode-display_width (3.2.0)
7070
unicode-emoji (~> 4.1)
71-
unicode-emoji (4.1.0)
71+
unicode-emoji (4.2.0)
7272

7373
PLATFORMS
7474
ruby
@@ -85,4 +85,4 @@ DEPENDENCIES
8585
simplecov (~> 0.22)
8686

8787
BUNDLED WITH
88-
2.4.1
88+
4.0.3

0 commit comments

Comments
 (0)