diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 09:20:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 09:22:04 +0300 |
commit | 53e1661a38821006b911892d0c64b51589a210a1 (patch) | |
tree | 37a9612f1f8bf3539da3d7c9cc3694b27f4a4816 | |
parent | README: fix badge link (diff) | |
download | sorting-algorithms-53e1661a38821006b911892d0c64b51589a210a1.tar.gz sorting-algorithms-53e1661a38821006b911892d0c64b51589a210a1.zip |
add .ruby-version
Ruby on my Arch installation got bumped to 3.0, which is unsupported by
Jekyll and/or dependencies.
-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 |