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 /Gemfile | |
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-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
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 |