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