Skip to content

Commit 8225fe0

Browse files
committed
Upgrade Ruby to 3.3 and jekyll to 4.3
Follow up to ManageIQ/manageiq.org#1192
1 parent 11241f9 commit 8225fe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: '2.7'
18+
ruby-version: '3.3'
1919
bundler-cache: true
2020
timeout-minutes: 30
2121
- name: Get manageiq.org repo

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll"
3+
gem "jekyll", ">= 4.3.4"
44
gem "jekyll-toc"
5-
gem "nokogiri", "~> 1.13", ">= 1.13.6" # dependency of jekyll-toc, listed to fix CVEs
5+
gem "nokogiri", "~> 1.17", ">= 1.17.2" # dependency of jekyll-toc, listed to fix CVEs
66
gem "rake"

0 commit comments

Comments
 (0)