diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 15:54:38 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 15:54:38 +0200 |
commit | 83cdd2b326fce53a415fa5e961103daec8d5e4a9 (patch) | |
tree | dbb369c5e6eff466b3a7ae9a97640e7b7b993ec0 | |
parent | stick to Jekyll 3 temporarily (diff) | |
download | egor-tensin.github.io-83cdd2b326fce53a415fa5e961103daec8d5e4a9.tar.gz egor-tensin.github.io-83cdd2b326fce53a415fa5e961103daec8d5e4a9.zip |
roll back Ruby as well
Jekyll 3 doesn't work well w/ Ruby 3.1? Something about `webrick`
missing...
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 | ||||
-rw-r--r-- | .ruby-version | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index d406b35..647d275 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,7 @@ jobs: deploy: runs-on: ubuntu-latest env: - RUBY_VERSION: 3.1 + RUBY_VERSION: 2.7 JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' name: Deploy steps: diff --git a/.ruby-version b/.ruby-version index ef538c2..49cdd66 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +2.7.6 diff --git a/Gemfile.lock b/Gemfile.lock index 924d2c6..df7e416 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,4 +102,4 @@ DEPENDENCIES jekyll-remote-theme BUNDLED WITH - 2.3.7 + 2.3.13 |