Skip to content

Commit

Permalink
Merge pull request #1279 from swcarpentry/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 c445499 + 7635fd3 commit f634b3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
source 'https://rubygems.org'

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

0 comments on commit f634b3f

Please sign in to comment.