Skip to content

Commit

Permalink
Merge pull request #1828 from Fryguy/upgrade_ruby
Browse files Browse the repository at this point in the history
Upgrade Ruby to 3.3 and jekyll to 4.3
  • Loading branch information
jrafanie authored Dec 20, 2024
2 parents 11241f9 + 8225fe0 commit 4232007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.3'
bundler-cache: true
timeout-minutes: 30
- name: Get manageiq.org repo
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

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

0 comments on commit 4232007

Please sign in to comment.