Skip to content

Use Ruby 3 #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@ jobs:
name: Jekyll Build
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: eregon/use-ruby-action@master
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v1
with:
path: vendor/bundle
key: bundler-${{ hashFiles('**/Gemfile.lock')}}
restore-keys: |
bundler-
- name: bundle install
run: |
gem install bundler
bundle install --jobs 4 --retry 3 --path vendor/bundle
ruby-version: 3.0
bundler-cache: true
- name: Jekyll Build
run: bundle exec jekyll build
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'rake'
gem 'webrick'

group :jekyll_plugins do
gem 'github-pages'
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
webrick (1.7.0)
zeitwerk (2.4.2)

PLATFORMS
Expand All @@ -269,6 +270,7 @@ DEPENDENCIES
jekyll-include-cache
jekyll-toc
rake
webrick

BUNDLED WITH
2.1.4
2.2.16