Skip to content

Commit 269506b

Browse files
committed
chore(deps): liquid(v4.0.4) is compatible with ruby 3.2 (#854)
See: jekyll/jekyll#9231
1 parent 765af53 commit 269506b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
ruby: ['2.7', '3.0', '3.1']
23+
ruby: [2.7, 3]
2424

2525
steps:
2626
- name: Checkout

.github/workflows/pages-deploy.yml.hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Ruby
4343
uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: '3.1' # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
45+
ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
4646
bundler-cache: true
4747

4848
- name: Build site

jekyll-theme-chirpy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
"plugin_type" => "theme"
2424
}
2525

26-
spec.required_ruby_version = [">= 2.5", "< 3.2"]
26+
spec.required_ruby_version = ">= 2.6"
2727

2828
spec.add_runtime_dependency "jekyll", "~> 4.3"
2929
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"

0 commit comments

Comments
 (0)