aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a3b9428..0076c9e 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ makefile_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
# Jekyll project is in the parent directory by default.
PROJECT_DIR ?= $(abspath $(dir $(makefile_dir))/..)
-RUBY_INSTALL_VERSION ?= 0.7.0
-RUBY_VERSION ?= 2.6.5
+RUBY_INSTALL_VERSION ?= 0.8.5
+RUBY_VERSION ?= 3.1.2
CHRUBY_VERSION ?= 0.3.9
PREFIX ?= $(HOME)/.local