Skip to content

Commit

Permalink
Merge pull request #632 from datacarpentry/upgrade-ruby
Browse files Browse the repository at this point in the history
update actions to use ruby 3.0
  • Loading branch information
froggleston authored Aug 9, 2024
2 parents 44240b9 + 9326480 commit 0a630e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'

- name: Install GitHub Pages, Bundler, and kramdown gems
run: |
Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
source 'https://rubygems.org'

group :jekyll_plugins do
gem 'github-pages'
gem 'github-pages', '232'
gem 'jekyll-redirect-from'
gem 'jekyll-get-json', "~> 1.0.0"
gem 'jekyll', '3.10.0'
gem 'jekyll-feed', '0.17.0'
gem 'webrick', '~> 1.8'
end

0 comments on commit 0a630e8

Please sign in to comment.