Skip to content

Commit d03e60d

Browse files
authored
Merge pull request #2712 from ruby/bump-ruby-version-3
Use Ruby 3.0
2 parents c25ca4f + 0d2c01b commit d03e60d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby: [2.7]
11+
ruby: ["3.0"]
1212
os: [ubuntu-latest]
1313
fail-fast: false
1414

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "~> 2.7.4"
3+
ruby "~> 3.0.2"
44

55
gem "rake"
66
gem "jekyll", "~> 4.0"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ DEPENDENCIES
119119
validate-website (~> 1.6)
120120

121121
RUBY VERSION
122-
ruby 2.7.4p191
122+
ruby 3.0.2p107
123123

124124
BUNDLED WITH
125-
2.1.4
125+
2.2.27

0 commit comments

Comments
 (0)