diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 09:16:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 09:19:56 +0300 |
commit | 08ac3e3c74940e7b1d907b01fa4eea270518e215 (patch) | |
tree | 258e7b618d08bb49c599a5bbe61123f8a9f1606d /.ruby-version | |
parent | README: fix badge link (diff) | |
download | egor-tensin.github.io-08ac3e3c74940e7b1d907b01fa4eea270518e215.tar.gz egor-tensin.github.io-08ac3e3c74940e7b1d907b01fa4eea270518e215.zip |
add .ruby-version
Ruby on my Arch installation got bumped to 3.0, which is unsupported by
Jekyll and/or dependencies.
Diffstat (limited to '')
-rw-r--r-- | .ruby-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..2c9b4ef --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.7.3 |