Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 0a630e8

Browse files
authored
Merge pull request #632 from datacarpentry/upgrade-ruby
update actions to use ruby 3.0
2 parents 44240b9 + 9326480 commit 0a630e8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '2.7'
26+
ruby-version: '3.0'
2727

2828
- name: Install GitHub Pages, Bundler, and kramdown gems
2929
run: |

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
source 'https://rubygems.org'
22

33
group :jekyll_plugins do
4-
gem 'github-pages'
4+
gem 'github-pages', '232'
55
gem 'jekyll-redirect-from'
66
gem 'jekyll-get-json', "~> 1.0.0"
7+
gem 'jekyll', '3.10.0'
8+
gem 'jekyll-feed', '0.17.0'
9+
gem 'webrick', '~> 1.8'
710
end

0 commit comments

Comments
 (0)