We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c25ca4f + 0d2c01b commit d03e60dCopy full SHA for d03e60d
3 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- ruby: [2.7]
+ ruby: ["3.0"]
12
os: [ubuntu-latest]
13
fail-fast: false
14
Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
3
-ruby "~> 2.7.4"
+ruby "~> 3.0.2"
4
5
gem "rake"
6
gem "jekyll", "~> 4.0"
Gemfile.lock
@@ -119,7 +119,7 @@ DEPENDENCIES
119
validate-website (~> 1.6)
120
121
RUBY VERSION
122
- ruby 2.7.4p191
+ ruby 3.0.2p107
123
124
BUNDLED WITH
125
- 2.1.4
+ 2.2.27
0 commit comments