diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 14:58:18 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 14:58:18 +0500 |
commit | bdeb1451d3c514f9d4c47c10980d98ab92c12553 (patch) | |
tree | 7cb53afe9d586b073dc6d2f0ba9c2bbb8ef858c9 | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-bdeb1451d3c514f9d4c47c10980d98ab92c12553.tar.gz sorting-algorithms-bdeb1451d3c514f9d4c47c10980d98ab92c12553.zip |
this nokogiri version requires Ruby >= 2.6
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index ddb1263..90e3814 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - ruby-version: [2.5, 2.6, 2.7] + ruby-version: [2.6, 2.7] version: [Gemfile, latest] include: - {version: Gemfile, gemfile: Gemfile} |