Skip to content

Commit 2c11939

Browse files
committed
Bump gem to use Ruby 4.0
1 parent 1cf344a commit 2c11939

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
ruby: ["3.2", "3.3", "3.4"]
18+
ruby: ["3.2", "3.3", "3.4", "4.0"]
1919
name: ${{ matrix.os }} ${{ matrix.ruby }}
2020
runs-on: ${{ matrix.os }}
2121
steps:

.ruby-version

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
tsort (0.2.0)
115115
unicode-display_width (3.2.0)
116116
unicode-emoji (~> 4.1)
117-
unicode-emoji (4.1.0)
117+
unicode-emoji (4.2.0)
118118
yard (0.9.38)
119119
yard-sorbet (0.9.0)
120120
sorbet-runtime
@@ -140,4 +140,4 @@ DEPENDENCIES
140140
tapioca
141141

142142
BUNDLED WITH
143-
2.5.6
143+
4.0.3

0 commit comments

Comments
 (0)