Skip to content

Commit 2f6d7cf

Browse files
committed
May as well update Ruby.
1 parent 6b9ba44 commit 2f6d7cf

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/ruby_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby-version: [3.0.1, 2.7.3, 2.6.7, 2.5.9]
16+
ruby-version: [3.4.2, 3.3.7, 3.2.7]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
3.4.2

Gemfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12+
coderay (1.1.3)
1213
diff-lcs (1.5.1)
1314
ffi (1.17.1)
15+
ffi (1.17.1-arm64-darwin)
1416
method_source (1.0.0)
15-
pry (0.14.1)
17+
pry (0.15.2)
1618
coderay (~> 1.1)
1719
method_source (~> 1.0)
1820
rake (13.2.1)
@@ -36,7 +38,7 @@ GEM
3638
zeitwerk (2.6.18)
3739

3840
PLATFORMS
39-
ruby
41+
arm64-darwin-24
4042

4143
DEPENDENCIES
4244
h3!
@@ -46,4 +48,4 @@ DEPENDENCIES
4648
yard (~> 0.9)
4749

4850
BUNDLED WITH
49-
2.1.4
51+
2.6.6

0 commit comments

Comments
 (0)